MCPcopy Index your code
hub / github.com/RustPython/RustPython / _get_module_from_name

Method _get_module_from_name

Lib/unittest/loader.py:365–367  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

363 return name
364
365 def _get_module_from_name(self, name):
366 __import__(name)
367 return sys.modules[name]
368
369 def _match_path(self, path, full_path, pattern):
370 # override this method to use alternative matching strategy

Callers 1

_find_test_pathMethod · 0.95

Calls 1

__import__Function · 0.50

Tested by

no test coverage detected