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

Method is_contiguous

src/pointers/api_bindings.py:236–239  ·  view source on GitHub ↗
(view: StructPointer[Buffer], order: CharLike)

Source from the content-addressed store, hash-verified

234 # PyBuffer_IsContiguous
235 @staticmethod
236 def is_contiguous(view: StructPointer[Buffer], order: CharLike) -> int:
237 return api_binding_base(
238 API_FUNCS["PyBuffer_IsContiguous"], view, make_char(order)
239 )
240
241 # PyBuffer_Release
242 @staticmethod

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
make_charFunction · 0.85

Tested by

no test coverage detected