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
b80bad43
Kaydet (Commit)
b80bad43
authored
Ock 05, 2005
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add descriptions of exported data attributes
üst
4f49e7d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
libcalendar.tex
Doc/lib/libcalendar.tex
+25
-0
No files found.
Doc/lib/libcalendar.tex
Dosyayı görüntüle @
b80bad43
...
...
@@ -112,6 +112,31 @@ an epoch of 1970, and the POSIX encoding. In fact,
\versionadded
{
2.0
}
\end{funcdesc}
The
\module
{
calendar
}
module exports the following data attributes:
\begin{datadesc}
{
day
_
name
}
An array that represents the days of the week in the
current locale.
\end{datadesc}
\begin{datadesc}
{
day
_
abbr
}
An array that represents the abbreviated days of the week
in the current locale.
\end{datadesc}
\begin{datadesc}
{
month
_
name
}
An array that represents the months of the year in the
current locale. This follows normal convention
of January being month number 1, so it has a length of 13 and
\code
{
month
_
name[0]
}
is the empty string.
\end{datadesc}
\begin{datadesc}
{
month
_
abbr
}
An array that represents the abbreviated months of the year
in the current locale. This follows normal convention
of January being month number 1, so it has a length of 13 and
\code
{
month
_
abbr[0]
}
is the empty string.
\end{datadesc}
\begin{seealso}
\seemodule
{
datetime
}{
Object-oriented interface to dates and times
...
...
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