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

Method size_from_format

src/pointers/api_bindings.py:248–251  ·  view source on GitHub ↗
(format: StringLike)

Source from the content-addressed store, hash-verified

246 # PyBuffer_SizeFromFormat
247 @staticmethod
248 def size_from_format(format: StringLike) -> int:
249 return api_binding_base(
250 API_FUNCS["PyBuffer_SizeFromFormat"], make_string(format)
251 )
252
253 # PyBuffer_ToContiguous
254 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
make_stringFunction · 0.85

Tested by

no test coverage detected