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

Method from_string

src/pointers/api_bindings.py:350–351  ·  view source on GitHub ↗
(v: StringLike)

Source from the content-addressed store, hash-verified

348 # PyBytes_FromString
349 @staticmethod
350 def from_string(v: StringLike) -> PyObjectLike:
351 return api_binding_base(API_FUNCS["PyBytes_FromString"], make_string(v))
352
353 # PyBytes_FromStringAndSize
354 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
make_stringFunction · 0.85

Tested by

no test coverage detected