Searched refs:pymodule (Results 1 – 2 of 2) sorted by relevance
161 pymodule = os.path.splitext(os.path.basename(os.path.normpath(filedep)))[0] variable169 print_indent('Getting dependencies for module: %s' % pymodule, 2)273 path, pymodule = os.path.split(filedep) variable275 pymodule = os.path.splitext(os.path.basename(pymodule))[0] variable280 if pymodule:281 pymodule = path + '.' + pymodule variable283 pymodule = path293 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 …]
42 #[pymodule]