Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
d6a61f23
Kaydet (Commit)
d6a61f23
authored
Eki 19, 2018
tarafından
Chris Barker
Kaydeden (comit)
Victor Stinner
Eki 19, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Elaborate datetime.timedelta docstring (GH-7458)
üst
8deab967
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
_datetimemodule.c
Modules/_datetimemodule.c
+5
-1
No files found.
Modules/_datetimemodule.c
Dosyayı görüntüle @
d6a61f23
...
...
@@ -2641,7 +2641,11 @@ static PyMethodDef delta_methods[] = {
};
static
const
char
delta_doc
[]
=
PyDoc_STR
(
"Difference between two datetime values."
);
PyDoc_STR
(
"Difference between two datetime values.
\n\n
"
"timedelta(days=0, seconds=0, microseconds=0, milliseconds=0, "
"minutes=0, hours=0, weeks=0)
\n\n
"
"All arguments are optional and default to 0.
\n
"
"Arguments may be integers or floats, and may be positive or negative."
);
static
PyNumberMethods
delta_as_number
=
{
delta_add
,
/* nb_add */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment