Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ tabs_to_spaces
Function
tabs_to_spaces
bpython/curtsiesfrontend/repl.py:2195–2196 ·
view source on GitHub ↗
(line: str)
Source
from the content-addressed store, hash-verified
2193
2194
2195
def
tabs_to_spaces(line: str) -> str:
2196
return
line.replace(
"\t"
,
" "
)
2197
2198
2199
def
_last_word(line: str) -> str:
Callers
2
up_one_line
Method · 0.85
down_one_line
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected