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
c45c2f3d
Kaydet (Commit)
c45c2f3d
authored
Ock 29, 1998
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add S_ISBLK().
üst
c9aef03a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
libstat.tex
Doc/lib/libstat.tex
+5
-1
libstat.tex
Doc/libstat.tex
+5
-1
No files found.
Doc/lib/libstat.tex
Dosyayı görüntüle @
c45c2f3d
...
@@ -14,13 +14,17 @@ The \code{stat} module defines the following functions:
...
@@ -14,13 +14,17 @@ The \code{stat} module defines the following functions:
\renewcommand
{
\indexsubitem
}{
(in module stat)
}
\renewcommand
{
\indexsubitem
}{
(in module stat)
}
\begin{funcdesc}
{
S
_
ISDIR
}{
mode
}
\begin{funcdesc}
{
S
_
ISDIR
}{
mode
}
Return non-zero if the mode was gotten from a directory
file
.
Return non-zero if the mode was gotten from a directory.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
S
_
ISCHR
}{
mode
}
\begin{funcdesc}
{
S
_
ISCHR
}{
mode
}
Return non-zero if the mode was gotten from a character special device.
Return non-zero if the mode was gotten from a character special device.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
S
_
ISBLK
}{
mode
}
Return non-zero if the mode was gotten from a block special device.
\end{funcdesc}
\begin{funcdesc}
{
S
_
ISREG
}{
mode
}
\begin{funcdesc}
{
S
_
ISREG
}{
mode
}
Return non-zero if the mode was gotten from a regular file.
Return non-zero if the mode was gotten from a regular file.
\end{funcdesc}
\end{funcdesc}
...
...
Doc/libstat.tex
Dosyayı görüntüle @
c45c2f3d
...
@@ -14,13 +14,17 @@ The \code{stat} module defines the following functions:
...
@@ -14,13 +14,17 @@ The \code{stat} module defines the following functions:
\renewcommand
{
\indexsubitem
}{
(in module stat)
}
\renewcommand
{
\indexsubitem
}{
(in module stat)
}
\begin{funcdesc}
{
S
_
ISDIR
}{
mode
}
\begin{funcdesc}
{
S
_
ISDIR
}{
mode
}
Return non-zero if the mode was gotten from a directory
file
.
Return non-zero if the mode was gotten from a directory.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
S
_
ISCHR
}{
mode
}
\begin{funcdesc}
{
S
_
ISCHR
}{
mode
}
Return non-zero if the mode was gotten from a character special device.
Return non-zero if the mode was gotten from a character special device.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
S
_
ISBLK
}{
mode
}
Return non-zero if the mode was gotten from a block special device.
\end{funcdesc}
\begin{funcdesc}
{
S
_
ISREG
}{
mode
}
\begin{funcdesc}
{
S
_
ISREG
}{
mode
}
Return non-zero if the mode was gotten from a regular file.
Return non-zero if the mode was gotten from a regular file.
\end{funcdesc}
\end{funcdesc}
...
...
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