Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ iscntrl
Function
iscntrl
src/pointers/bindings.py:468–469 ·
view source on GitHub ↗
(c: CharLike)
Source
from the content-addressed store, hash-verified
466
467
468
def
iscntrl(c: CharLike) -> int:
469
return
binding_base(dll.iscntrl, make_char(c))
470
471
472
def
isdigit(c: CharLike) -> int:
Callers
nothing calls this directly
Calls
2
binding_base
Function · 0.85
make_char
Function · 0.85
Tested by
no test coverage detected