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
ba516cb8
Kaydet (Commit)
ba516cb8
authored
Şub 12, 2011
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix markup problems.
üst
f9e34232
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
os.rst
Doc/library/os.rst
+3
-3
No files found.
Doc/library/os.rst
Dosyayı görüntüle @
ba516cb8
...
@@ -1114,7 +1114,7 @@ Files and Directories
...
@@ -1114,7 +1114,7 @@ Files and Directories
.. function:: lstat(path)
.. function:: lstat(path)
Perform the equivalent of an :c
:
func:`lstat` system call on the given path.
Perform the equivalent of an :cfunc:`lstat` system call on the given path.
Similar to :func:`~os.stat`, but does not follow symbolic links. On
Similar to :func:`~os.stat`, but does not follow symbolic links. On
platforms that do not support symbolic links, this is an alias for
platforms that do not support symbolic links, this is an alias for
:func:`~os.stat`.
:func:`~os.stat`.
...
@@ -1315,11 +1315,11 @@ Files and Directories
...
@@ -1315,11 +1315,11 @@ Files and Directories
.. function:: stat(path)
.. function:: stat(path)
Perform the equivalent of a :c
:
func:`stat` system call on the given path.
Perform the equivalent of a :cfunc:`stat` system call on the given path.
(This function follows symlinks; to stat a symlink use :func:`lstat`.)
(This function follows symlinks; to stat a symlink use :func:`lstat`.)
The return value is an object whose attributes correspond to the members
The return value is an object whose attributes correspond to the members
of the :c
:
type:`stat` structure, namely:
of the :ctype:`stat` structure, namely:
* :attr:`st_mode` - protection bits,
* :attr:`st_mode` - protection bits,
* :attr:`st_ino` - inode number,
* :attr:`st_ino` - inode number,
...
...
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