MCPcopy Index your code
hub / github.com/python/cpython / _extension_details

Function _extension_details

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

Source from the content-addressed store, hash-verified

33 # But we also don't want to turn off dynamic loading for those that provide
34 # a working implementation.
35 def _extension_details():
36 global EXTENSIONS
37 EXTENSIONS = None
38else:
39 EXTENSIONS = types.SimpleNamespace()
40 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…