Searched refs:__infunc__ (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/ |
H A D | BBHandler.py | 33 __infunc__ = [] variable 114 global __infunc__, __body__, __residue__, __classname__ 116 __infunc__ = [] 152 if __infunc__: 153 …raise ParseError("Shell function %s is never closed" % __infunc__[0], __infunc__[1], __infunc__[2]) 166 global __inpython__, __infunc__, __body__, __residue__, __classname__ 172 if __inpython__ or (__infunc__ and ('__anonymous' == __infunc__[0] or __infunc__[3])): 177 if __infunc__: 180 … ast.handleMethod(statements, fn, lineno, __infunc__[0], __body__, __infunc__[3], __infunc__[4]) 181 __infunc__ = [] [all …]
|