Searched refs:__infunc__ (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/ |
| H A D | BBHandler.py | 32 __infunc__ = [] variable 92 …__, __export_func_regexp__, __addtask_regexp__, __addhandler_regexp__, __infunc__, __body__, __res… 94 __infunc__ = [] 130 if __infunc__: 131 …raise ParseError("Shell function %s is never closed" % __infunc__[0], __infunc__[1], __infunc__[2]) 144 …andler_regexp__, __def_regexp__, __python_func_regexp__, __inpython__, __infunc__, __body__, bb, _… 150 if __inpython__ or (__infunc__ and ('__anonymous' == __infunc__[0] or __infunc__[3])): 155 if __infunc__: 158 … ast.handleMethod(statements, fn, lineno, __infunc__[0], __body__, __infunc__[3], __infunc__[4]) 159 __infunc__ = [] [all …]
|