Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DBBHandler.py30 __python_func_regexp__ = re.compile(r"(\s+.*)|(^$)|(^#)" ) variable
188 m = __python_func_regexp__.match(s)