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
322a23f2
Kaydet (Commit)
322a23f2
authored
Şub 27, 2006
tarafından
Anthony Baxter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
regenerated. please read PEP 306 when changing Python's grammar!
üst
dca3b9c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
37 deletions
+40
-37
symbol.py
Lib/symbol.py
+40
-37
No files found.
Lib/symbol.py
Dosyayı görüntüle @
322a23f2
...
...
@@ -52,43 +52,46 @@ for_stmt = 294
try_stmt
=
295
except_clause
=
296
suite
=
297
test
=
298
and_test
=
299
not_test
=
300
comparison
=
301
comp_op
=
302
expr
=
303
xor_expr
=
304
and_expr
=
305
shift_expr
=
306
arith_expr
=
307
term
=
308
factor
=
309
power
=
310
atom
=
311
listmaker
=
312
testlist_gexp
=
313
lambdef
=
314
trailer
=
315
subscriptlist
=
316
subscript
=
317
sliceop
=
318
exprlist
=
319
testlist
=
320
testlist_safe
=
321
dictmaker
=
322
classdef
=
323
arglist
=
324
argument
=
325
list_iter
=
326
list_for
=
327
list_if
=
328
gen_iter
=
329
gen_for
=
330
gen_if
=
331
testlist1
=
332
encoding_decl
=
333
yield_expr
=
334
testlist_safe
=
298
old_test
=
299
old_lambdef
=
300
test
=
301
or_test
=
302
and_test
=
303
not_test
=
304
comparison
=
305
comp_op
=
306
expr
=
307
xor_expr
=
308
and_expr
=
309
shift_expr
=
310
arith_expr
=
311
term
=
312
factor
=
313
power
=
314
atom
=
315
listmaker
=
316
testlist_gexp
=
317
lambdef
=
318
trailer
=
319
subscriptlist
=
320
subscript
=
321
sliceop
=
322
exprlist
=
323
testlist
=
324
dictmaker
=
325
classdef
=
326
arglist
=
327
argument
=
328
list_iter
=
329
list_for
=
330
list_if
=
331
gen_iter
=
332
gen_for
=
333
gen_if
=
334
testlist1
=
335
encoding_decl
=
336
yield_expr
=
337
#--end constants--
sym_name
=
{}
...
...
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