Home
last modified time | relevance | path

Searched refs:DEF_FREE_CLASS (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h100 #define DEF_FREE_CLASS 2<<5 /* free variable from class's method */ macro
/third_party/python/Modules/
Dsymtablemodule.c85 if (PyModule_AddIntMacro(m, DEF_FREE_CLASS) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
Dsymtable.c684 long flags = PyLong_AS_LONG(v) | DEF_FREE_CLASS; in update_symbols()
Dcompile.c656 u->u_freevars = dictbytype(u->u_ste->ste_symbols, FREE, DEF_FREE_CLASS, in compiler_enter_scope()