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
98681d4a
Kaydet (Commit)
98681d4a
authored
Şub 22, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reflow paragraph.
üst
928924d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
os.path.rst
Doc/library/os.path.rst
+8
-8
No files found.
Doc/library/os.path.rst
Dosyayı görüntüle @
98681d4a
...
@@ -193,14 +193,14 @@ the :mod:`glob` module.)
...
@@ -193,14 +193,14 @@ the :mod:`glob` module.)
.. function:: ismount(path)
.. function:: ismount(path)
Return ``True`` if pathname *path* is a :dfn:`mount point`: a point in a
file
Return ``True`` if pathname *path* is a :dfn:`mount point`: a point in a
system where a different file system has been mounted. On POSIX, the function checks
file system where a different file system has been mounted. On POSIX, the
whether *path*'s parent, :file:`path/..`, is on a different device than *path*,
function checks whether *path*'s parent, :file:`path/..`, is on a different
or whether :file:`path/..` and *path* point to the same i-node on
the same
device than *path*, or whether :file:`path/..` and *path* point to
the same
device --- this should detect mount points for all Unix and POSIX variants.
i-node on the same device --- this should detect mount points for all Unix
On Windows, a drive letter root and a share UNC are always mount
and POSIX variants. On Windows, a drive letter root and a share UNC are
points, and for any other path ``GetVolumePathName`` is called to see if it
always mount points, and for any other path ``GetVolumePathName`` is called
is different from the input path.
to see if it
is different from the input path.
.. versionadded:: 3.4
.. versionadded:: 3.4
Support for detecting non-root mount points on Windows.
Support for detecting non-root mount points on Windows.
...
...
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