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

Function isgraph

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

Source from the content-addressed store, hash-verified

474
475
476def isgraph(c: CharLike) -> int:
477 return binding_base(dll.isgraph, make_char(c))
478
479
480def islower(c: CharLike) -> int:

Callers

nothing calls this directly

Calls 2

binding_baseFunction · 0.85
make_charFunction · 0.85

Tested by

no test coverage detected