cpython/Modules/_testcapi/dict.c

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

static PyObject *
dict_containsstring(PyObject *self, PyObject *args)
{}

static PyObject *
dict_getitemref(PyObject *self, PyObject *args)
{}

static PyObject *
dict_getitemstringref(PyObject *self, PyObject *args)
{}

static PyObject *
dict_setdefault(PyObject *self, PyObject *args)
{}

static PyObject *
dict_setdefaultref(PyObject *self, PyObject *args)
{}

static PyObject *
dict_pop(PyObject *self, PyObject *args)
{}

static PyObject *
dict_pop_null(PyObject *self, PyObject *args)
{}

static PyObject *
dict_popstring(PyObject *self, PyObject *args)
{}

static PyObject *
dict_popstring_null(PyObject *self, PyObject *args)
{}

static PyMethodDef test_methods[] =;

int
_PyTestCapi_Init_Dict(PyObject *m)
{}