Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py32 __expand_python_regexp__ = re.compile(r"\${@.+?}") variable
454 s = __expand_python_regexp__.sub(varparse.python_sub, s)
H A Ddata.py75 __expand_python_regexp__ = re.compile(r"\${@.+?}") variable