MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / ispunct

Function ispunct

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

Source from the content-addressed store, hash-verified

486
487
488def ispunct(c: CharLike) -> int:
489 return binding_base(dll.ispunct, make_char(c))
490
491
492def isspace(c: CharLike) -> int:

Callers

nothing calls this directly

Calls 2

binding_baseFunction · 0.85
make_charFunction · 0.85

Tested by

no test coverage detected