MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / index

Method index

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

Source from the content-addressed store, hash-verified

2379 # PyNumber_Index
2380 @staticmethod
2381 def index(o: PyObjectLike) -> PyObjectLike:
2382 return api_binding_base(API_FUNCS["PyNumber_Index"], _deref_maybe(o))
2383
2384 # PyNumber_Invert
2385 @staticmethod

Callers 4

_write_autogenFunction · 0.45
_get_typeFunction · 0.45
_gen_ct_bindingsFunction · 0.45
mainFunction · 0.45

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected