Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ isdigit
Function
isdigit
src/pointers/bindings.py:472–473 ·
view source on GitHub ↗
(c: CharLike)
Source
from the content-addressed store, hash-verified
470
471
472
def
isdigit(c: CharLike) -> int:
473
return
binding_base(dll.isdigit, make_char(c))
474
475
476
def
isgraph(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