Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
def
_after_last_dot(name: str) -> str:
179
return
name.rstrip(
"."
).rsplit(
"."
)[-1]
180
181
182
def
_few_enough_underscores(current: str, match: str) -> bool:
Callers
2
format
Method · 0.85
format
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected