cpython/Modules/_testcapi/object.c

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

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

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

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

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

static PyObject *
pyobject_clear_weakrefs_no_callbacks(PyObject *self, PyObject *obj)
{}

static PyObject *
pyobject_enable_deferred_refcount(PyObject *self, PyObject *obj)
{}

static PyMethodDef test_methods[] =;

int
_PyTestCapi_Init_Object(PyObject *m)
{}