Searched refs:__inpython__ (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | BBHandler.py | 33 __inpython__ = False variable 83 if __inpython__: 144 …exp__, __addhandler_regexp__, __def_regexp__, __python_func_regexp__, __inpython__, __infunc__, __… 150 if __inpython__ or (__infunc__ and ('__anonymous' == __infunc__[0] or __infunc__[3])): 165 if __inpython__: 171 ast.handlePythonMethod(statements, fn, lineno, __inpython__, 174 __inpython__ = False 209 __inpython__ = m.group(1)
|