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

Method format

bpython/autocomplete.py:305–306  ·  view source on GitHub ↗
(self, word: str)

Source from the content-addressed store, hash-verified

303 return None
304
305 def format(self, word: str) -> str:
306 return self._completers[0].format(word)
307
308 def matches(
309 self, cursor_offset: int, line: str, **kwargs: Any

Callers

nothing calls this directly

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected