Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py457 _bootstrap._verbose_message('{}', message)
461 _bootstrap._verbose_message('{}', message)
492 _bootstrap._verbose_message('{}', message)
527 _bootstrap._verbose_message('code object from {!r}', bytecode_path)
853 _bootstrap._verbose_message('{} matches {}', bytecode_path,
861 _bootstrap._verbose_message('code object from {}', source_path)
873 _bootstrap._verbose_message('wrote {!r}', bytecode_path)
980 _bootstrap._verbose_message('could not create {!r}: {!r}',
985 _bootstrap._verbose_message('created {!r}', path)
988 _bootstrap._verbose_message('could not create {!r}: {!r}', path,
[all …]
D_bootstrap.py222 def _verbose_message(message, *args, verbosity=1): function
327 _verbose_message('import {!r} # {!r}', spec.name, spec.loader)