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

Method copy

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

Source from the content-addressed store, hash-verified

689 # PyDict_Copy
690 @staticmethod
691 def copy(p: PyObjectLike) -> PyObjectLike:
692 return api_binding_base(API_FUNCS["PyDict_Copy"], _deref_maybe(p))
693
694 # PyDict_DelItem
695 @staticmethod

Callers 1

get_mappedFunction · 0.80

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected