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

Method values

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

Source from the content-addressed store, hash-verified

804 # PyDict_Values
805 @staticmethod
806 def values(p: PyObjectLike) -> PyObjectLike:
807 return api_binding_base(API_FUNCS["PyDict_Values"], _deref_maybe(p))
808
809
810class PyErr(_CallBase):

Callers 2

_process_argsFunction · 0.45
get_mappedFunction · 0.45

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected