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

Function _after_last_dot

bpython/autocomplete.py:178–179  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

176
177
178def _after_last_dot(name: str) -> str:
179 return name.rstrip(".").rsplit(".")[-1]
180
181
182def _few_enough_underscores(current: str, match: str) -> bool:

Callers 2

formatMethod · 0.85
formatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected