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

Function _extension_details

Lib/test/test_importlib/util.py:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 # But we also don't want to turn off dynamic loading for those that provide
36 # a working implementation.
37 def _extension_details():
38 global EXTENSIONS
39 EXTENSIONS = None
40else:
41 EXTENSIONS = types.SimpleNamespace()
42 EXTENSIONS.path = None

Callers 1

util.pyFile · 0.85

Calls 3

replaceMethod · 0.45
joinMethod · 0.45
existsMethod · 0.45

Tested by

no test coverage detected