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
ff294fea
Kaydet (Commit)
ff294fea
authored
Ara 07, 2003
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SF patch #855195: fix typos
(Contributed by George Yoshida.)
üst
e180307c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
libbsddb.tex
Doc/lib/libbsddb.tex
+1
-1
libcurses.tex
Doc/lib/libcurses.tex
+1
-1
libfcntl.tex
Doc/lib/libfcntl.tex
+1
-1
libitertools.tex
Doc/lib/libitertools.tex
+1
-0
No files found.
Doc/lib/libbsddb.tex
Dosyayı görüntüle @
ff294fea
...
...
@@ -191,7 +191,7 @@ Example:
7 49
8 64
9 81
>>>
8
in db
>>>
'8'
in db
True
>>> db.sync()
0
...
...
Doc/lib/libcurses.tex
Dosyayı görüntüle @
ff294fea
...
...
@@ -362,7 +362,7 @@ Leave cbreak mode. Return to normal ``cooked'' mode with line buffering.
\end{funcdesc}
\begin{funcdesc}
{
noecho
}{}
Leave echo mode. Echoing of input characters is turned off
,
Leave echo mode. Echoing of input characters is turned off
.
\end{funcdesc}
\begin{funcdesc}
{
nonl
}{}
...
...
Doc/lib/libfcntl.tex
Dosyayı görüntüle @
ff294fea
...
...
@@ -87,7 +87,7 @@ The module defines the following functions:
An example:
\begin{verbatim}
>>> import array, f
nc
tl, struct, termios, os
>>> import array, f
cn
tl, struct, termios, os
>>> os.getpgrp()
13341
>>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0]
...
...
Doc/lib/libitertools.tex
Dosyayı görüntüle @
ff294fea
...
...
@@ -76,6 +76,7 @@ by functions or loops that truncate the stream.
\begin{funcdesc}
{
count
}{
\optional
{
n
}}
Make an iterator that returns consecutive integers starting with
\var
{
n
}
.
If not specified
\var
{
n
}
defaults to zero.
Does not currently support python long integers. Often used as an
argument to
\function
{
imap()
}
to generate consecutive data points.
Also, used with
\function
{
izip()
}
to add sequence numbers. Equivalent to:
...
...
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