MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / JSObjectProxy_values_method

Method JSObjectProxy_values_method

src/JSObjectProxy.cc:789–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_values_method(JSObjectProxy *self) {
790 return PyDictView_New((PyObject *)self, &JSObjectValuesProxyType);
791}
792
793PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_items_method(JSObjectProxy *self) {
794 return PyDictView_New((PyObject *)self, &JSObjectItemsProxyType);

Callers

nothing calls this directly

Calls 1

PyDictView_NewFunction · 0.85

Tested by

no test coverage detected