Searched refs:__inpython__ (Results 1 – 1 of 1) sorted by relevance
34 __inpython__ = False variable100 if __inpython__:166 global __inpython__, __infunc__, __body__, __residue__, __classname__172 if __inpython__ or (__infunc__ and ('__anonymous' == __infunc__[0] or __infunc__[3])):187 if __inpython__:193 ast.handlePythonMethod(statements, fn, lineno, __inpython__,196 __inpython__ = False231 __inpython__ = m.group(1)