MCPcopy 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
179class PyBuffer(_CallBase):

Callers

nothing calls this directly

Calls 1

api_binding_baseFunction · 0.85

Tested by

no test coverage detected