Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_importlib/
Dtest_spec.py425 modrepr = self.bootstrap._module_repr(self.module)
434 modrepr = self.bootstrap._module_repr(self.module)
443 modrepr = self.bootstrap._module_repr(self.module)
452 modrepr = self.bootstrap._module_repr(self.module)
460 modrepr = self.bootstrap._module_repr(self.module)
468 modrepr = self.bootstrap._module_repr(self.module)
474 modrepr = self.bootstrap._module_repr(self.module)
481 modrepr = self.bootstrap._module_repr(self.module)
488 modrepr = self.bootstrap._module_repr(self.module)
494 modrepr = self.bootstrap._module_repr(self.module)
/third_party/python/Lib/importlib/
D_bootstrap.py294 def _module_repr(module): function