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)
170 …output = subprocess.check_output([sys.executable, 'get_module_deps3.py', '%s' % pymodule, '%s' % d…
171 print_indent('The following dependencies were found for module %s:\n' % pymodule, 4)
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)
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/
H A Dlib.rs42 #[pymodule]