Home
last modified time | relevance | path

Searched refs:better_compile (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmethodpool.py7 from bb.utils import better_compile, better_exec
14 comp = better_compile(code, modulename, fn, lineno=lineno)
H A Dutils.py361 def better_compile(text, file, realfile, mode = "exec", lineno = 0): function
460 code = better_compile(code, realfile, realfile)
1462 comp = bb.utils.better_compile(code, '<string>', '<string>')
H A Dbuild.py310 comp = utils.better_compile(code, func, "exec_func_python() autogenerated")
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-library-functions.rst58 better_compile,