Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ isalpha
Function
isalpha
src/pointers/bindings.py:464–465 ·
view source on GitHub ↗
(c: CharLike)
Source
from the content-addressed store, hash-verified
462
463
464
def
isalpha(c: CharLike) -> int:
465
return
binding_base(dll.isalpha, make_char(c))
466
467
468
def
iscntrl(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