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