Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ is_nop
Function
is_nop
bpython/curtsiesfrontend/repl.py:2191–2192 ·
view source on GitHub ↗
(char: str)
Source
from the content-addressed store, hash-verified
2189
2190
2191
def
is_nop(char: str) -> bool:
2192
return
unicodedata.category(char) ==
"Cc"
2193
2194
2195
def
tabs_to_spaces(line: str) -> str:
Callers
1
add_normal_character
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected