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

Method size

src/pointers/api_bindings.py:301–302  ·  view source on GitHub ↗
(bytearray: PyObjectLike)

Source from the content-addressed store, hash-verified

299 # PyByteArray_Size
300 @staticmethod
301 def size(bytearray: PyObjectLike) -> int:
302 return api_binding_base(API_FUNCS["PyByteArray_Size"], _deref_maybe(bytearray))
303
304
305class PyBytes(_CallBase):

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected