MCPcopy 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
2195def tabs_to_spaces(line: str) -> str:
2196 return line.replace("\t", " ")
2197
2198
2199def _last_word(line: str) -> str:

Callers 2

up_one_lineMethod · 0.85
down_one_lineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected