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
c2112543
Kaydet (Commit)
c2112543
authored
Eki 06, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated the section "Parsing Python".
üst
14bf341f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
24 deletions
+2
-24
libundoc.tex
Doc/lib/libundoc.tex
+1
-12
libundoc.tex
Doc/libundoc.tex
+1
-12
No files found.
Doc/lib/libundoc.tex
Dosyayı görüntüle @
c2112543
...
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
...
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
\section
{
Parsing Python
}
\section
{
Parsing Python
}
(One could argue that these should all be documented together with the
(One could argue that these should all be documented together with the
parser module; in fact the parser module section already references
parser module.)
the token and symbol modules.)
token.py -- Tokens (from ``token.h'')
symbol.py -- Symbols (from ``graminit.h'')
keyword.py -- Keywords (from ``graminit.c'')
tokenize.py -- regular expression that recognizes Python tokens; also
tokenize.py -- regular expression that recognizes Python tokens; also
contains helper code for colorizing Python source code.
contains helper code for colorizing Python source code.
pyclbr.py -- Parse a Python file and retrieve classes and methods
pyclbr.py -- Parse a Python file and retrieve classes and methods
code.py -- Deal with Python code objects: code.compile
_
command() can
determine whether an interactively entered command is complete or not,
distinguishing incomplete from invalid input.
\section
{
Platform specific modules
}
\section
{
Platform specific modules
}
...
...
Doc/libundoc.tex
Dosyayı görüntüle @
c2112543
...
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
...
@@ -77,24 +77,13 @@ ihooks.py -- Import hook support (for ni and rexec)
\section
{
Parsing Python
}
\section
{
Parsing Python
}
(One could argue that these should all be documented together with the
(One could argue that these should all be documented together with the
parser module; in fact the parser module section already references
parser module.)
the token and symbol modules.)
token.py -- Tokens (from ``token.h'')
symbol.py -- Symbols (from ``graminit.h'')
keyword.py -- Keywords (from ``graminit.c'')
tokenize.py -- regular expression that recognizes Python tokens; also
tokenize.py -- regular expression that recognizes Python tokens; also
contains helper code for colorizing Python source code.
contains helper code for colorizing Python source code.
pyclbr.py -- Parse a Python file and retrieve classes and methods
pyclbr.py -- Parse a Python file and retrieve classes and methods
code.py -- Deal with Python code objects: code.compile
_
command() can
determine whether an interactively entered command is complete or not,
distinguishing incomplete from invalid input.
\section
{
Platform specific modules
}
\section
{
Platform specific modules
}
...
...
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