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

Method pop

src/pointers/api_bindings.py:3108–3109  ·  view source on GitHub ↗
(set: PyObjectLike)

Source from the content-addressed store, hash-verified

3106 # PySet_Pop
3107 @staticmethod
3108 def pop(set: PyObjectLike) -> PyObjectLike:
3109 return api_binding_base(API_FUNCS["PySet_Pop"], _deref_maybe(set))
3110
3111 # PySet_Size
3112 @staticmethod

Callers 3

_gen_strFunction · 0.80
mainFunction · 0.80
get_mappedFunction · 0.80

Calls 2

api_binding_baseFunction · 0.85
_deref_maybeFunction · 0.85

Tested by

no test coverage detected