Home
last modified time | relevance | path

Searched refs:handleInherit (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DBBHandler.py274 ast.handleInherit(statements, fn, lineno, m)
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py373 def handleInherit(statements, filename, lineno, m): function