MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / from_object

Method from_object

src/pointers/api_bindings.py:282–283  ·  view source on GitHub ↗
(o: PyObjectLike)

Source from the content-addressed store, hash-verified

280 # PyByteArray_FromObject
281 @staticmethod
282 def from_object(o: PyObjectLike) -> PyObjectLike:
283 return api_binding_base(API_FUNCS["PyByteArray_FromObject"], _deref_maybe(o))
284
285 # PyByteArray_FromStringAndSize
286 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected