MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / from_format_v

Method from_format_v

src/pointers/api_bindings.py:338–341  ·  view source on GitHub ↗
(format: StringLike, vargs: PointerLike)

Source from the content-addressed store, hash-verified

336 # PyBytes_FromFormatV
337 @staticmethod
338 def from_format_v(format: StringLike, vargs: PointerLike) -> PyObjectLike:
339 return api_binding_base(
340 API_FUNCS["PyBytes_FromFormatV"], make_string(format), vargs
341 )
342
343 # PyBytes_FromObject
344 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
make_stringFunction · 0.85

Tested by

no test coverage detected