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

Method release

src/pointers/api_bindings.py:243–244  ·  view source on GitHub ↗
(view: StructPointer[Buffer])

Source from the content-addressed store, hash-verified

241 # PyBuffer_Release
242 @staticmethod
243 def release(view: StructPointer[Buffer]) -> None:
244 return api_binding_base(API_FUNCS["PyBuffer_Release"], view)
245
246 # PyBuffer_SizeFromFormat
247 @staticmethod

Callers

nothing calls this directly

Calls 1

api_binding_baseFunction · 0.85

Tested by

no test coverage detected