Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ JSObjectProxy_items_method
Method
JSObjectProxy_items_method
src/JSObjectProxy.cc:793–795 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
}
792
793
PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_items_method(JSObjectProxy *self) {
794
return PyDictView_New((PyObject *)self, &JSObjectItemsProxyType);
795
}
Callers
nothing calls this directly
Calls
1
PyDictView_New
Function · 0.85
Tested by
no test coverage detected