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

Method as_string

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

Source from the content-addressed store, hash-verified

308 # PyBytes_AsString
309 @staticmethod
310 def as_string(o: PyObjectLike) -> StringLike:
311 return api_binding_base(API_FUNCS["PyBytes_AsString"], _deref_maybe(o))
312
313 # PyBytes_AsStringAndSize
314 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected