Home | History | Annotate | Download | only in Python

Lines Matching full:codeflags

3848         const int codeflags = current_frame->f_code->co_flags;

3849 const int compilerflags = codeflags & PyCF_MASK;
3855 if (codeflags & CO_GENERATOR_ALLOWED) {