MCPcopy 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
2191def is_nop(char: str) -> bool:
2192 return unicodedata.category(char) == "Cc"
2193
2194
2195def tabs_to_spaces(line: str) -> str:

Callers 1

add_normal_characterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected