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
52136a8b
Kaydet (Commit)
52136a8b
authored
May 10, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed spacing and unbalanced brackets or parenthesis.
üst
71e00332
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
libarray.tex
Doc/lib/libarray.tex
+1
-1
libftplib.tex
Doc/lib/libftplib.tex
+2
-2
liboptparse.tex
Doc/lib/liboptparse.tex
+1
-0
libos.tex
Doc/lib/libos.tex
+2
-2
libtimeit.tex
Doc/lib/libtimeit.tex
+1
-1
No files found.
Doc/lib/libarray.tex
Dosyayı görüntüle @
52136a8b
...
@@ -229,5 +229,5 @@ array('d', [1.0, 2.0, 3.14])
...
@@ -229,5 +229,5 @@ array('d', [1.0, 2.0, 3.14])
\url
{
http://numpy.sourceforge.net/
}
for further information
\url
{
http://numpy.sourceforge.net/
}
for further information
about Numerical Python. (A PDF version of the NumPy manual
about Numerical Python. (A PDF version of the NumPy manual
is available at
is available at
\url
{
http://numpy.sourceforge.net/numdoc/numdoc.pdf
}
.
}
\url
{
http://numpy.sourceforge.net/numdoc/numdoc.pdf
}
)
.
}
\end{seealso}
\end{seealso}
Doc/lib/libftplib.tex
Dosyayı görüntüle @
52136a8b
...
@@ -160,7 +160,7 @@ same thing as in the \method{transfercmd()} method.
...
@@ -160,7 +160,7 @@ same thing as in the \method{transfercmd()} method.
\begin{methoddesc}
{
retrlines
}{
command
\optional
{
, callback
}}
\begin{methoddesc}
{
retrlines
}{
command
\optional
{
, callback
}}
Retrieve a file or directory listing in
\ASCII
{}
transfer mode.
Retrieve a file or directory listing in
\ASCII
{}
transfer mode.
\var
{
command
}
should be an appropriate
\samp
{
RETR
}
command (see
\var
{
command
}
should be an appropriate
\samp
{
RETR
}
command (see
\method
{
retrbinary()
}
or a
\samp
{
LIST
}
command (usually just the string
\method
{
retrbinary()
}
)
or a
\samp
{
LIST
}
command (usually just the string
\code
{
'LIST'
}
). The
\var
{
callback
}
function is called for each line,
\code
{
'LIST'
}
). The
\var
{
callback
}
function is called for each line,
with the trailing CRLF stripped. The default
\var
{
callback
}
prints
with the trailing CRLF stripped. The default
\var
{
callback
}
prints
the line to
\code
{
sys.stdout
}
.
the line to
\code
{
sys.stdout
}
.
...
@@ -280,7 +280,7 @@ calls (see below).
...
@@ -280,7 +280,7 @@ calls (see below).
\begin{methoddesc}
{
close
}{}
\begin{methoddesc}
{
close
}{}
Close the connection unilaterally. This should not be applied to an
Close the connection unilaterally. This should not be applied to an
already closed connection
(
such as after a successful call to
already closed connection such as after a successful call to
\method
{
quit()
}
. After this call the
\class
{
FTP
}
instance should not
\method
{
quit()
}
. After this call the
\class
{
FTP
}
instance should not
be used any more (after a call to
\method
{
close()
}
or
be used any more (after a call to
\method
{
close()
}
or
\method
{
quit()
}
you cannot reopen the connection by issuing another
\method
{
quit()
}
you cannot reopen the connection by issuing another
...
...
Doc/lib/liboptparse.tex
Dosyayı görüntüle @
52136a8b
...
@@ -962,6 +962,7 @@ parser = OptionParser(usage, option_list=[
...
@@ -962,6 +962,7 @@ parser = OptionParser(usage, option_list=[
make
_
option
(
"
--
file", dest
=
"filename",
make
_
option
(
"
--
file", dest
=
"filename",
help
=
"Input file to read data from"
)
,
help
=
"Input file to read data from"
)
,
make
_
option
(
"
--
secret", help
=
SUPPRESS
_
HELP
)
make
_
option
(
"
--
secret", help
=
SUPPRESS
_
HELP
)
])
\end
{
verbatim
}
\end
{
verbatim
}
If
\module
{
optparse
}
sees either
\programopt
{
-
h
}
or
If
\module
{
optparse
}
sees either
\programopt
{
-
h
}
or
...
...
Doc/lib/libos.tex
Dosyayı görüntüle @
52136a8b
...
@@ -453,7 +453,7 @@ this calls the native \cfunction{fsync()} function; on Windows, the
...
@@ -453,7 +453,7 @@ this calls the native \cfunction{fsync()} function; on Windows, the
MS
\cfunction
{_
commit()
}
function.
MS
\cfunction
{_
commit()
}
function.
If you're starting with a Python file object
\var
{
f
}
, first do
If you're starting with a Python file object
\var
{
f
}
, first do
\code
{
\var
{
f
}
.flush()
}
, and then do
\code
{
os.fsync(
\var
{
f
}
.fileno()
}
,
\code
{
\var
{
f
}
.flush()
}
, and then do
\code
{
os.fsync(
\var
{
f
}
.fileno()
)
}
,
to ensure that all internal buffers associated with
\var
{
f
}
are written
to ensure that all internal buffers associated with
\var
{
f
}
are written
to disk.
to disk.
Availability:
\UNIX
, and Windows starting in 2.2.3.
Availability:
\UNIX
, and Windows starting in 2.2.3.
...
@@ -884,7 +884,7 @@ the \ctype{stat} structure, namely:
...
@@ -884,7 +884,7 @@ the \ctype{stat} structure, namely:
\member
{
st
_
mode
}
(protection bits),
\member
{
st
_
mode
}
(protection bits),
\member
{
st
_
ino
}
(inode number),
\member
{
st
_
ino
}
(inode number),
\member
{
st
_
dev
}
(device),
\member
{
st
_
dev
}
(device),
\member
{
st
_
nlink
}
(number of hard links,
\member
{
st
_
nlink
}
(number of hard links
)
,
\member
{
st
_
uid
}
(user ID of owner),
\member
{
st
_
uid
}
(user ID of owner),
\member
{
st
_
gid
}
(group ID of owner),
\member
{
st
_
gid
}
(group ID of owner),
\member
{
st
_
size
}
(size of file, in bytes),
\member
{
st
_
size
}
(size of file, in bytes),
...
...
Doc/lib/libtimeit.tex
Dosyayı görüntüle @
52136a8b
...
@@ -52,7 +52,7 @@ The optional \var{file} argument directs where the traceback is sent;
...
@@ -52,7 +52,7 @@ The optional \var{file} argument directs where the traceback is sent;
it defaults to
\code
{
sys.stderr
}
.
it defaults to
\code
{
sys.stderr
}
.
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
{
repeat
}{
\optional
{
repeat
\code
{
=3
}
\optional
{
,
\begin{methoddesc}
{
repeat
}{
\optional
{
repeat
\code
{
=3
}
\optional
{
,
number
\code
{
=1000000
}}}}
number
\code
{
=1000000
}}}}
Call
\method
{
timeit()
}
a few times.
Call
\method
{
timeit()
}
a few 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