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
ecfd0b2f
Kaydet (Commit)
ecfd0b2f
authored
Agu 27, 2006
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Vestige of code from removing backticks.
Closes patch #1500623. Thanks, Collin Winter.
üst
0919a1a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
ast.py
Lib/compiler/ast.py
+0
-14
No files found.
Lib/compiler/ast.py
Dosyayı görüntüle @
ecfd0b2f
...
...
@@ -203,20 +203,6 @@ class AugAssign(Node):
def
__repr__
(
self
):
return
"AugAssign(
%
s,
%
s,
%
s)"
%
(
repr
(
self
.
node
),
repr
(
self
.
op
),
repr
(
self
.
expr
))
class
Backquote
(
Node
):
def
__init__
(
self
,
expr
,
lineno
=
None
):
self
.
expr
=
expr
self
.
lineno
=
lineno
def
getChildren
(
self
):
return
self
.
expr
,
def
getChildNodes
(
self
):
return
self
.
expr
,
def
__repr__
(
self
):
return
"Backquote(
%
s)"
%
(
repr
(
self
.
expr
),)
class
Bitand
(
Node
):
def
__init__
(
self
,
nodes
,
lineno
=
None
):
self
.
nodes
=
nodes
...
...
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