Searched refs:_verbose_message (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap_external.py | 454 _bootstrap._verbose_message('{}', message) 458 _bootstrap._verbose_message('{}', message) 462 _bootstrap._verbose_message('{}', message) 472 _bootstrap._verbose_message('{}', message) 489 _bootstrap._verbose_message('code object from {!r}', bytecode_path) 775 _bootstrap._verbose_message('{} matches {}', bytecode_path, 782 _bootstrap._verbose_message('code object from {}', source_path) 789 _bootstrap._verbose_message('wrote {!r}', bytecode_path) 869 _bootstrap._verbose_message('could not create {!r}: {!r}', 874 _bootstrap._verbose_message('created {!r}', path) [all …]
|
D | _bootstrap.py | 208 def _verbose_message(message, *args, verbosity=1): function 313 _verbose_message('import {!r} # {!r}', spec.name, spec.loader)
|