MCPcopy Create free account
hub / github.com/bpython/bpython / __init__

Method __init__

bpython/curtsiesfrontend/repl.py:281–283  ·  view source on GitHub ↗
(self, watcher, finder)

Source from the content-addressed store, hash-verified

279 """Wrapper for finders in sys.meta_path to wrap all loaders with ImportLoader."""
280
281 def __init__(self, watcher, finder):
282 self.watcher = watcher
283 self.finder = finder
284
285 def __getattr__(self, name):
286 if name == "find_spec" and hasattr(self.finder, name):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected