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
d67e12e6
Kaydet (Commit)
d67e12e6
authored
Şub 20, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added \label{}s for logical addressing.
üst
7baf3d4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
libparser.tex
Doc/lib/libparser.tex
+5
-0
libparser.tex
Doc/libparser.tex
+5
-0
No files found.
Doc/lib/libparser.tex
Dosyayı görüntüle @
d67e12e6
...
...
@@ -93,6 +93,7 @@ query the type of parse tree represented by an AST object.
\subsection
{
Creating AST Objects
}
\label
{
Creating ASTs
}
AST objects may be created from source code or from a parse tree.
When creating an AST object from source, different functions are used
...
...
@@ -145,6 +146,7 @@ is maintained for backward compatibility.
\subsection
{
Converting AST Objects
}
\label
{
Converting ASTs
}
AST objects, regardless of the input used to create them, may be
converted to parse trees represented as list- or tuple- trees, or may
...
...
@@ -205,6 +207,7 @@ inspection of the parse tree.
\subsection
{
Queries on AST Objects
}
\label
{
Querying ASTs
}
Two functions are provided which allow an application to determine if
an AST was create as an expression or a suite. Neither of these
...
...
@@ -233,6 +236,7 @@ be supported in the future.
\subsection
{
Exceptions and Error Handling
}
\label
{
AST Errors
}
The parser module defines a single exception, but may also pass other
built-in exceptions from other portions of the Python runtime
...
...
@@ -261,6 +265,7 @@ to the descriptions of each function for detailed information.
\subsection
{
AST Objects
}
\label
{
AST Objects
}
AST objects returned by
\function
{
expr()
}
,
\function
{
suite()
}
, and
\function
{
sequence2ast()
}
have no methods of their own.
...
...
Doc/libparser.tex
Dosyayı görüntüle @
d67e12e6
...
...
@@ -93,6 +93,7 @@ query the type of parse tree represented by an AST object.
\subsection
{
Creating AST Objects
}
\label
{
Creating ASTs
}
AST objects may be created from source code or from a parse tree.
When creating an AST object from source, different functions are used
...
...
@@ -145,6 +146,7 @@ is maintained for backward compatibility.
\subsection
{
Converting AST Objects
}
\label
{
Converting ASTs
}
AST objects, regardless of the input used to create them, may be
converted to parse trees represented as list- or tuple- trees, or may
...
...
@@ -205,6 +207,7 @@ inspection of the parse tree.
\subsection
{
Queries on AST Objects
}
\label
{
Querying ASTs
}
Two functions are provided which allow an application to determine if
an AST was create as an expression or a suite. Neither of these
...
...
@@ -233,6 +236,7 @@ be supported in the future.
\subsection
{
Exceptions and Error Handling
}
\label
{
AST Errors
}
The parser module defines a single exception, but may also pass other
built-in exceptions from other portions of the Python runtime
...
...
@@ -261,6 +265,7 @@ to the descriptions of each function for detailed information.
\subsection
{
AST Objects
}
\label
{
AST Objects
}
AST objects returned by
\function
{
expr()
}
,
\function
{
suite()
}
, and
\function
{
sequence2ast()
}
have no methods of their own.
...
...
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