Lines Matching refs:format
190 path_tmp = '{}.{}'.format(path, id(path))
346 # Python 3.10a1 3431 (New line number table format -- PEP 626)
477 raise ValueError('{!r} is not alphanumeric'.format(optimization))
478 almost_filename = '{}.{}{}'.format(almost_filename, _OPT, optimization)
513 not conform to PEP 3147/488 format, ValueError will be raised. If
638 _warnings.warn(msg.format(portions[0]), ImportWarning)
736 raise ImportError('Non-code object in {!r}'.format(bytecode_path),
876 key = registry_key.format(fullname=fullname,
939 'returns None'.format(module.__name__))
1324 return '_NamespacePath({!r})'.format(self._path)
1349 return '<module {!r} (namespace)>'.format(module.__name__)
1678 new_name = '{}.{}'.format(name, suffix.lower())
1705 return 'FileFinder({!r})'.format(self.path)