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
fff252d2
Kaydet (Commit)
fff252d2
authored
Eyl 14, 2001
tarafından
Jeremy Hylton
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
the names attribute of Global is not a node
üst
ad2dc3fc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
ast.py
Lib/compiler/ast.py
+1
-1
ast.txt
Tools/compiler/ast.txt
+1
-1
ast.py
Tools/compiler/compiler/ast.py
+1
-1
ast.txt
Tools/compiler/compiler/ast.txt
+1
-1
No files found.
Lib/compiler/ast.py
Dosyayı görüntüle @
fff252d2
...
...
@@ -146,7 +146,7 @@ class Global(Node):
return
self
.
names
,
def
getChildNodes
(
self
):
return
self
.
names
,
return
()
def
__repr__
(
self
):
return
"Global(
%
s)"
%
(
repr
(
self
.
names
),)
...
...
Tools/compiler/ast.txt
Dosyayı görüntüle @
fff252d2
...
...
@@ -43,7 +43,7 @@ Dict: items!
Not: expr
Compare: expr, ops!
Name: name*
Global: names
Global: names
*
Backquote: expr
Getattr: expr, attrname*
CallFunc: node, args!, star_args& = None, dstar_args& = None
...
...
Tools/compiler/compiler/ast.py
Dosyayı görüntüle @
fff252d2
...
...
@@ -146,7 +146,7 @@ class Global(Node):
return
self
.
names
,
def
getChildNodes
(
self
):
return
self
.
names
,
return
()
def
__repr__
(
self
):
return
"Global(
%
s)"
%
(
repr
(
self
.
names
),)
...
...
Tools/compiler/compiler/ast.txt
Dosyayı görüntüle @
fff252d2
...
...
@@ -43,7 +43,7 @@ Dict: items!
Not: expr
Compare: expr, ops!
Name: name*
Global: names
Global: names
*
Backquote: expr
Getattr: expr, attrname*
CallFunc: node, args!, star_args& = None, dstar_args& = None
...
...
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