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
2aa8519f
Kaydet (Commit)
2aa8519f
authored
Tem 02, 2012
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
The StopIteration API applies to both tokenize() and generate_tokens()
üst
e970dc75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tokenize.rst
Doc/library/tokenize.rst
+2
-1
No files found.
Doc/library/tokenize.rst
Dosyayı görüntüle @
2aa8519f
...
@@ -29,7 +29,8 @@ The primary entry point is a :term:`generator`:
...
@@ -29,7 +29,8 @@ The primary entry point is a :term:`generator`:
which must be a callable object which provides the same interface as the
which must be a callable object which provides the same interface as the
:meth:`readline` method of built-in file objects (see section
:meth:`readline` method of built-in file objects (see section
:ref:`bltin-file-objects`). Each call to the function should return one line
:ref:`bltin-file-objects`). Each call to the function should return one line
of input as a string.
of input as a string. Alternately, *readline* may be a callable object that
signals completion by raising :exc:`StopIteration`.
The generator produces 5-tuples with these members: the token type; the token
The generator produces 5-tuples with these members: the token type; the token
string; a 2-tuple ``(srow, scol)`` of ints specifying the row and column
string; a 2-tuple ``(srow, scol)`` of ints specifying the row and column
...
...
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