Searched refs:print_indent (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | create_manifest3.py | 92 def print_indent(msg, offset): function 113 print_indent('Getting dependencies for package: core', 0) 169 print_indent('Getting dependencies for module: %s' % pymodule, 2) 171 print_indent('The following dependencies were found for module %s:\n' % pymodule, 4) 172 print_indent(output, 6) 197 print_indent('%s is a directory' % filedep, 2) 242 print_indent('Passing %s package directly' % pypkg, 2) 293 print_indent('\nGetting dependencies for module: %s' % pymodule, 2) 295 print_indent('The following dependencies were found for module %s:\n' % pymodule, 4) 296 print_indent(output, 6)
|