Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZeroIntensity/pointers.py
/ from_long
Method
from_long
src/pointers/api_bindings.py:175–176 ·
view source on GitHub ↗
(v: int)
Source
from the content-addressed store, hash-verified
173
# PyBool_FromLong
174
@staticmethod
175
def
from_long(v: int) -> PyObjectLike:
176
return
api_binding_base(API_FUNCS[
"PyBool_FromLong"
], v)
177
178
179
class
PyBuffer(_CallBase):
Callers
nothing calls this directly
Calls
1
api_binding_base
Function · 0.85
Tested by
no test coverage detected