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

Method items

src/pointers/api_bindings.py:731–732  ·  view source on GitHub ↗
(p: PyObjectLike)

Source from the content-addressed store, hash-verified

729 # PyDict_Items
730 @staticmethod
731 def items(p: PyObjectLike) -> PyObjectLike:
732 return api_binding_base(API_FUNCS["PyDict_Items"], _deref_maybe(p))
733
734 # PyDict_Keys
735 @staticmethod

Callers 6

map_typeFunction · 0.45
mainFunction · 0.45
__init_subclass__Method · 0.45
_InternalStructClass · 0.45
_decay_paramsFunction · 0.45
wrappedFunction · 0.45

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected