Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ isupper
Function
isupper
src/pointers/bindings.py:496–497 ·
view source on GitHub ↗
(c: CharLike)
Source
from the content-addressed store, hash-verified
494
495
496
def
isupper(c: CharLike) -> int:
497
return
binding_base(dll.isupper, make_char(c))
498
499
500
def
isxdigit(c: CharLike) -> int:
Callers
nothing calls this directly
Calls
2
binding_base
Function · 0.85
make_char
Function · 0.85
Tested by
no test coverage detected