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
203b4f1a
Kaydet (Commit)
203b4f1a
authored
May 14, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add an index entry.
Bow to font lock.
üst
fa1fb7df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
libppath.tex
Doc/lib/libppath.tex
+4
-3
No files found.
Doc/lib/libppath.tex
Dosyayı görüntüle @
203b4f1a
...
...
@@ -5,9 +5,9 @@
This module implements some useful functions on
\POSIX
{}
pathnames.
\strong
{
Do not import this module directly.
}
Instead, import the
module
\module
{
os
}
and use
\code
{
os.path
}
.
\refstmodindex
{
os
}
module
\module
{
os
}
\refstmodindex
{
os
}
and use
\code
{
os.path
}
.
\index
{
path!operations
}
\begin{funcdesc}
{
basename
}{
p
}
Return the base name of pathname
...
...
@@ -33,7 +33,8 @@ refers to an existing path.
\begin{funcdesc}
{
expanduser
}{
p
}
Return the argument with an initial component of
\samp
{
\~
}
or
\samp
{
\~\var
{
user
}}
replaced by that
\var
{
user
}
's home directory. An
initial
\samp
{
\~
{}}
is replaced by the environment variable
\code
{
\$
{}
HOME
}
;
initial
\samp
{
\~
{}}
is replaced by the environment variable
\code
{
\$
{}
HOME
}
;
% $ <-- bow to font-lock
an initial
\samp
{
\~\var
{
user
}}
is looked up in the password directory through
the built-in module
\module
{
pwd
}
\refbimodindex
{
pwd
}
. If the expansion
fails, or if the path does not begin with a tilde, the path is
...
...
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