Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h68 #define DEF_FREE_CLASS 2<<4 /* free variable from class's method */ macro
/external/python/cpython3/Include/
Dsymtable.h92 #define DEF_FREE_CLASS 2<<5 /* free variable from class's method */ macro