Home
last modified time | relevance | path

Searched defs:codeflags (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dceval.c4185 const int codeflags = current_frame->f_code->co_flags; in PyEval_MergeCompilerFlags() local
/external/python/cpython3/Python/
Dceval.c5738 const int codeflags = current_frame->f_code->co_flags; in PyEval_MergeCompilerFlags() local