HomeSort by relevance Sort by last modified time
    Searched refs:_module_repr (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/test_importlib/
test_spec.py 417 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
    [all...]
  /external/python/cpython3/Lib/importlib/
_bootstrap.py 269 def _module_repr(module): function
595 # We mostly replicate _module_repr() using the spec attributes.
    [all...]

Completed in 3401 milliseconds