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

Method format

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

Source from the content-addressed store, hash-verified

339 return lineparts.current_word(cursor_offset, line)
340
341 def format(self, word: str) -> str:
342 return _after_last_dot(word)
343
344
345def _safe_glob(pathname: str) -> Iterator[str]:

Callers

nothing calls this directly

Calls 1

_after_last_dotFunction · 0.85

Tested by

no test coverage detected