MCPcopy 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
460def isalnum(c: CharLike) -> int:
461 return binding_base(dll.isalnum, make_char(c))
462
463
464def isalpha(c: CharLike) -> int:

Callers

nothing calls this directly

Calls 2

binding_baseFunction · 0.85
make_charFunction · 0.85

Tested by

no test coverage detected