(view: StructPointer[Buffer])
| 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 |
nothing calls this directly
no test coverage detected