Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_str
Function · 0.80
main
Function · 0.80
get_mapped
Function · 0.80
Calls
2
api_binding_base
Function · 0.85
_deref_maybe
Function · 0.85
Tested by
no test coverage detected