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

Method get_pointer

src/pointers/api_bindings.py:231–232  ·  view source on GitHub ↗
(view: StructPointer[Buffer], indices: PointerLike)

Source from the content-addressed store, hash-verified

229 # PyBuffer_GetPointer
230 @staticmethod
231 def get_pointer(view: StructPointer[Buffer], indices: PointerLike) -> PointerLike:
232 return api_binding_base(API_FUNCS["PyBuffer_GetPointer"], view, indices)
233
234 # PyBuffer_IsContiguous
235 @staticmethod

Callers

nothing calls this directly

Calls 1

api_binding_baseFunction · 0.85

Tested by

no test coverage detected