Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_importlib/
Dtest_spec.py417 modrepr = self.bootstrap._module_repr(self.module)
426 modrepr = self.bootstrap._module_repr(self.module)
435 modrepr = self.bootstrap._module_repr(self.module)
444 modrepr = self.bootstrap._module_repr(self.module)
452 modrepr = self.bootstrap._module_repr(self.module)
460 modrepr = self.bootstrap._module_repr(self.module)
466 modrepr = self.bootstrap._module_repr(self.module)
473 modrepr = self.bootstrap._module_repr(self.module)
480 modrepr = self.bootstrap._module_repr(self.module)
486 modrepr = self.bootstrap._module_repr(self.module)
/external/python/cpython3/Lib/importlib/
D_bootstrap.py255 def _module_repr(module): function