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

Method as_string

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

Source from the content-addressed store, hash-verified

266 # PyByteArray_AsString
267 @staticmethod
268 def as_string(bytearray: PyObjectLike) -> StringLike:
269 return api_binding_base(
270 API_FUNCS["PyByteArray_AsString"], _deref_maybe(bytearray)
271 )
272
273 # PyByteArray_Concat
274 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected