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
a9a3575e
Kaydet (Commit)
a9a3575e
authored
Nis 02, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New symbols due to assert statement.
üst
c1a4ba97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
32 deletions
+33
-32
symbol.py
Lib/symbol.py
+33
-32
No files found.
Lib/symbol.py
Dosyayı görüntüle @
a9a3575e
...
...
@@ -37,38 +37,39 @@ import_stmt = 276
dotted_name
=
277
global_stmt
=
278
exec_stmt
=
279
compound_stmt
=
280
if_stmt
=
281
while_stmt
=
282
for_stmt
=
283
try_stmt
=
284
except_clause
=
285
suite
=
286
test
=
287
and_test
=
288
not_test
=
289
comparison
=
290
comp_op
=
291
expr
=
292
xor_expr
=
293
and_expr
=
294
shift_expr
=
295
arith_expr
=
296
term
=
297
factor
=
298
power
=
299
atom
=
300
lambdef
=
301
trailer
=
302
subscriptlist
=
303
subscript
=
304
sliceop
=
305
exprlist
=
306
testlist
=
307
dictmaker
=
308
classdef
=
309
arglist
=
310
argument
=
311
assert_stmt
=
280
compound_stmt
=
281
if_stmt
=
282
while_stmt
=
283
for_stmt
=
284
try_stmt
=
285
except_clause
=
286
suite
=
287
test
=
288
and_test
=
289
not_test
=
290
comparison
=
291
comp_op
=
292
expr
=
293
xor_expr
=
294
and_expr
=
295
shift_expr
=
296
arith_expr
=
297
term
=
298
factor
=
299
power
=
300
atom
=
301
lambdef
=
302
trailer
=
303
subscriptlist
=
304
subscript
=
305
sliceop
=
306
exprlist
=
307
testlist
=
308
dictmaker
=
309
classdef
=
310
arglist
=
311
argument
=
312
#--end constants--
names
=
dir
()
...
...
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