MCPcopy 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
464def isalpha(c: CharLike) -> int:
465 return binding_base(dll.isalpha, make_char(c))
466
467
468def iscntrl(c: CharLike) -> int:

Callers

nothing calls this directly

Calls 2

binding_baseFunction · 0.85
make_charFunction · 0.85

Tested by

no test coverage detected