JSObjectProxy_assign(JSObjectProxy *self, PyObject *key, PyObject *value) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_clear(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_clear_method(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_contains(JSObjectProxy *self, PyObject *key) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_copy_method(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_dealloc(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_get(JSObjectProxy *self, PyObject *key) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_get_method(JSObjectProxy *self, PyObject *const *args, Py_ssize_t nargs) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_get_subscript(JSObjectProxy *self, PyObject *key) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_ior(JSObjectProxy *self, PyObject *other) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_items_method(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_iter(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_iter_next(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_keys_method(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_length(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_or(JSObjectProxy *self, PyObject *other) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_pop_method(JSObjectProxy *self, PyObject *const *args, Py_ssize_t nargs) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_repr(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_richcompare(JSObjectProxy *self, PyObject *other, int op) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_richcompare_helper(JSObjectProxy *self, PyObject *other, std::unordered_map< PyObject *, PyObject * > &visited) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_setdefault_method(JSObjectProxy *self, PyObject *const *args, Py_ssize_t nargs) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_traverse(JSObjectProxy *self, visitproc visit, void *arg) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_update_method(JSObjectProxy *self, PyObject *args, PyObject *kwds) | JSObjectProxyMethodDefinitions | static |
JSObjectProxy_values_method(JSObjectProxy *self) | JSObjectProxyMethodDefinitions | static |