Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsre.h48 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code) macro
/external/python/cpython3/Modules/
Dsre.h42 #define PatternObject_GetCode(o) (((PatternObject*)(o))->code) macro