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
f17e405e
Kaydet (Commit)
f17e405e
authored
Eki 02, 2011
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#13076: fix links to datetime.time.
üst
c8faf9bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
datetime.rst
Doc/library/datetime.rst
+9
-9
No files found.
Doc/library/datetime.rst
Dosyayı görüntüle @
f17e405e
...
...
@@ -1164,19 +1164,19 @@ Class attributes:
.. attribute:: time.min
The earliest representable :class:`time`, ``time(0, 0, 0, 0)``.
The earliest representable :class:`
.
time`, ``time(0, 0, 0, 0)``.
.. attribute:: time.max
The latest representable :class:`time`, ``time(23, 59, 59, 999999)``.
The latest representable :class:`
.
time`, ``time(23, 59, 59, 999999)``.
.. attribute:: time.resolution
The smallest possible difference between non-equal :class:`time` objects,
``timedelta(microseconds=1)``, although note that arithmetic on
:class:`time`
objects is not supported.
The smallest possible difference between non-equal :class:`
.
time` objects,
``timedelta(microseconds=1)``, although note that arithmetic on
:class:`.time`
objects is not supported.
Instance attributes (read-only):
...
...
@@ -1203,7 +1203,7 @@ Instance attributes (read-only):
.. attribute:: time.tzinfo
The object passed as the tzinfo argument to the :class:`time` constructor, or
The object passed as the tzinfo argument to the :class:`
.
time` constructor, or
``None`` if none was passed.
...
...
@@ -1234,10 +1234,10 @@ Instance methods:
.. method:: time.replace([hour[, minute[, second[, microsecond[, tzinfo]]]]])
Return a :class:`time` with the same value, except for those attributes given
Return a :class:`
.
time` with the same value, except for those attributes given
new values by whichever keyword arguments are specified. Note that
``tzinfo=None`` can be specified to create a naive :class:`time` from an
aware :class:`time`, without conversion of the time data.
``tzinfo=None`` can be specified to create a naive :class:`
.
time` from an
aware :class:`
.
time`, without conversion of the time data.
.. method:: time.isoformat()
...
...
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