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

Method __init__

bpython/autocomplete.py:350–351  ·  view source on GitHub ↗
(self, mode: AutocompleteModes = AutocompleteModes.SIMPLE)

Source from the content-addressed store, hash-verified

348
349class FilenameCompletion(BaseCompletionType):
350 def __init__(self, mode: AutocompleteModes = AutocompleteModes.SIMPLE):
351 super().__init__(False, mode)
352
353 def matches(
354 self, cursor_offset: int, line: str, **kwargs: Any

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected