Home
last modified time | relevance | path

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

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