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

Method check

src/pointers/api_bindings.py:137–138  ·  view source on GitHub ↗
(o: PyObjectLike)

Source from the content-addressed store, hash-verified

135 # PyAIter_Check
136 @staticmethod
137 def check(o: PyObjectLike) -> int:
138 return api_binding_base(API_FUNCS["PyAIter_Check"], _deref_maybe(o))
139
140
141class PyArg(_CallBase):

Callers

nothing calls this directly

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected