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
6e735c98
Kaydet (Commit)
6e735c98
authored
Tem 13, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated this file to match reality.
Thanks Shane for pointing this out!
üst
6a945a59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
44 deletions
+45
-44
symbol.py
Lib/symbol.py
+45
-44
No files found.
Lib/symbol.py
Dosyayı görüntüle @
6e735c98
...
@@ -30,50 +30,51 @@ flow_stmt = 272
...
@@ -30,50 +30,51 @@ flow_stmt = 272
break_stmt
=
273
break_stmt
=
273
continue_stmt
=
274
continue_stmt
=
274
return_stmt
=
275
return_stmt
=
275
raise_stmt
=
276
yield_stmt
=
276
import_stmt
=
277
raise_stmt
=
277
import_as_name
=
278
import_stmt
=
278
dotted_as_name
=
279
import_as_name
=
279
dotted_name
=
280
dotted_as_name
=
280
global_stmt
=
281
dotted_name
=
281
exec_stmt
=
282
global_stmt
=
282
assert_stmt
=
283
exec_stmt
=
283
compound_stmt
=
284
assert_stmt
=
284
if_stmt
=
285
compound_stmt
=
285
while_stmt
=
286
if_stmt
=
286
for_stmt
=
287
while_stmt
=
287
try_stmt
=
288
for_stmt
=
288
except_clause
=
289
try_stmt
=
289
suite
=
290
except_clause
=
290
test
=
291
suite
=
291
and_test
=
292
test
=
292
not_test
=
293
and_test
=
293
comparison
=
294
not_test
=
294
comp_op
=
295
comparison
=
295
expr
=
296
comp_op
=
296
xor_expr
=
297
expr
=
297
and_expr
=
298
xor_expr
=
298
shift_expr
=
299
and_expr
=
299
arith_expr
=
300
shift_expr
=
300
term
=
301
arith_expr
=
301
factor
=
302
term
=
302
power
=
303
factor
=
303
atom
=
304
power
=
304
listmaker
=
305
atom
=
305
lambdef
=
306
listmaker
=
306
trailer
=
307
lambdef
=
307
subscriptlist
=
308
trailer
=
308
subscript
=
309
subscriptlist
=
309
sliceop
=
310
subscript
=
310
exprlist
=
311
sliceop
=
311
testlist
=
312
exprlist
=
312
dictmaker
=
313
testlist
=
313
classdef
=
314
dictmaker
=
314
arglist
=
315
classdef
=
315
argument
=
316
arglist
=
316
list_iter
=
317
argument
=
317
list_for
=
318
list_iter
=
318
list_if
=
319
list_for
=
319
list_if
=
320
#--end constants--
#--end constants--
sym_name
=
{}
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