| JSArrayProxy_append(JSArrayProxy *self, PyObject *value) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_assign_key(JSArrayProxy *self, PyObject *key, PyObject *value) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_clear(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_clear_method(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_concat(JSArrayProxy *self, PyObject *value) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_contains(JSArrayProxy *self, PyObject *element) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_copy(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_count(JSArrayProxy *self, PyObject *value) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_dealloc(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_extend(JSArrayProxy *self, PyObject *iterable) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_get(JSArrayProxy *self, PyObject *key) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_get_subscript(JSArrayProxy *self, PyObject *key) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_index(JSArrayProxy *self, PyObject *const *args, Py_ssize_t nargs) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_inplace_concat(JSArrayProxy *self, PyObject *value) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_inplace_repeat(JSArrayProxy *self, Py_ssize_t n) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_insert(JSArrayProxy *self, PyObject *const *args, Py_ssize_t nargs) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_iter(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_iter_reverse(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_length(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_pop(JSArrayProxy *self, PyObject *const *args, Py_ssize_t nargs) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_remove(JSArrayProxy *self, PyObject *value) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_repeat(JSArrayProxy *self, Py_ssize_t n) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_repr(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_reverse(JSArrayProxy *self) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_richcompare(JSArrayProxy *self, PyObject *other, int op) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_sort(JSArrayProxy *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) | JSArrayProxyMethodDefinitions | static |
| JSArrayProxy_traverse(JSArrayProxy *self, visitproc visit, void *arg) | JSArrayProxyMethodDefinitions | static |