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

Method JSObjectProxy_keys_method

src/JSObjectProxy.cc:785–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_keys_method(JSObjectProxy *self) {
786 return PyDictView_New((PyObject *)self, &JSObjectKeysProxyType);
787}
788
789PyObject *JSObjectProxyMethodDefinitions::JSObjectProxy_values_method(JSObjectProxy *self) {
790 return PyDictView_New((PyObject *)self, &JSObjectValuesProxyType);

Callers

nothing calls this directly

Calls 1

PyDictView_NewFunction · 0.85

Tested by

no test coverage detected