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

Class MultilineJediCompletion

bpython/autocomplete.py:644–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642except ImportError:
643
644 class MultilineJediCompletion(BaseCompletionType): # type: ignore [no-redef]
645 def matches(
646 self, cursor_offset: int, line: str, **kwargs: Any
647 ) -> set[str] | None:
648 return None
649
650 def locate(self, cursor_offset: int, line: str) -> LinePart | None:
651 return None
652
653else:
654

Callers 1

get_default_completerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected