cpython/Modules/_testcapi/tuple.c

#include "parts.h"
#include "util.h"


static PyObject *
tuple_get_size(PyObject *Py_UNUSED(module), PyObject *obj)
{}

static PyObject *
tuple_get_item(PyObject *Py_UNUSED(module), PyObject *args)
{}

static PyObject *
tuple_copy(PyObject *tuple)
{}

static PyObject *
tuple_set_item(PyObject *Py_UNUSED(module), PyObject *args)
{}

static PyObject *
_tuple_resize(PyObject *Py_UNUSED(module), PyObject *args)
{}

static PyObject *
_check_tuple_item_is_NULL(PyObject *Py_UNUSED(module), PyObject *args)
{}


static PyMethodDef test_methods[] =;

int
_PyTestCapi_Init_Tuple(PyObject *m)
{}