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

Function make_default_module_completer

Lib/_pyrepl/_module_completer.py:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45
46def make_default_module_completer() -> ModuleCompleter:
47 # Inside pyrepl, __package__ is set to None by default
48 return ModuleCompleter(namespace={'__package__': None})
49
50
51class ModuleCompleter:

Callers

nothing calls this directly

Calls 1

ModuleCompleterClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…