Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ islower
Function
islower
src/pointers/bindings.py:480–481 ·
view source on GitHub ↗
(c: CharLike)
Source
from the content-addressed store, hash-verified
478
479
480
def
islower(c: CharLike) -> int:
481
return
binding_base(dll.islower, make_char(c))
482
483
484
def
isprint(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