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

Function isspace

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

Source from the content-addressed store, hash-verified

490
491
492def isspace(c: CharLike) -> int:
493 return binding_base(dll.isspace, make_char(c))
494
495
496def isupper(c: CharLike) -> int:

Callers 1

_Function · 0.90

Calls 2

binding_baseFunction · 0.85
make_charFunction · 0.85

Tested by 1

_Function · 0.72