Home | History | Annotate | Download | only in python2.7

Lines Matching refs:CO_GENERATOR

46 CO_NESTED, CO_GENERATOR, CO_NOFREE = 0x10, 0x20, 0x40
162 object.func_code.co_flags & CO_GENERATOR)