Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ff7df9d7b8b6ad7e73fe54cdf02b9ab6386ff355
/
.
/
Lib
/
compiler
/
consts.py
blob: 3b256c16f4b335e1053e0e8cbe2da2c9293e949f [
file
] [
log
] [
blame
]
# code flags
CO_VARARGS
=
1
CO_VARKEYWORDS
=
2
# operation flags
OP_ASSIGN
=
'OP_ASSIGN'
OP_DELETE
=
'OP_DELETE'
OP_APPLY
=
'OP_APPLY'