Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Function · 0.45
main
Function · 0.45
__init_subclass__
Method · 0.45
_InternalStruct
Class · 0.45
_decay_params
Function · 0.45
wrapped
Function · 0.45
Calls
2
api_binding_base
Function · 0.85
_deref_maybe
Function · 0.85
Tested by
no test coverage detected