Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py161 pymodule = os.path.splitext(os.path.basename(os.path.normpath(filedep)))[0] variable
169 print_indent('Getting dependencies for module: %s' % pymodule, 2)
273 path, pymodule = os.path.split(filedep) variable
275 pymodule = os.path.splitext(os.path.basename(pymodule))[0] variable
280 if pymodule:
281 pymodule = path + '.' + pymodule variable
283 pymodule = path
293 print_indent('\nGetting dependencies for module: %s' % pymodule, 2)
410 print('Summary for module %s' % pymodule)
411 print('FILES found for module %s:' % pymodule)
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/
H A Dlib.rs42 #[pymodule]