MCPcopy Index your code
hub / github.com/bpython/bpython / matches

Method matches

bpython/autocomplete.py:645–648  ·  view source on GitHub ↗
(
            self, cursor_offset: int, line: str, **kwargs: Any
        )

Source from the content-addressed store, hash-verified

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

Calls 2

formatMethod · 0.45
completeMethod · 0.45