MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / isprint

Function isprint

src/pointers/bindings.py:484–485  ·  view source on GitHub ↗
(c: CharLike)

Source from the content-addressed store, hash-verified

482
483
484def isprint(c: CharLike) -> int:
485 return binding_base(dll.isprint, make_char(c))
486
487
488def ispunct(c: CharLike) -> int:

Callers

nothing calls this directly

Calls 2

binding_baseFunction · 0.85
make_charFunction · 0.85

Tested by

no test coverage detected