cpython/Modules/_testcapi/long.c

#ifndef Py_BUILD_CORE_BUILTIN
#define Py_BUILD_CORE_MODULE
#endif

#include "parts.h"
#include "util.h"
#include "clinic/long.c.h"

/*[clinic input]
module _testcapi
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=6361033e795369fc]*/


/*[clinic input]
_testcapi.call_long_compact_api
    arg: object
    /
[clinic start generated code]*/

static PyObject *
_testcapi_call_long_compact_api(PyObject *module, PyObject *arg)
/*[clinic end generated code: output=7e3894f611b1b2b7 input=87b87396967af14c]*/

{}


static PyObject *
pylong_fromunicodeobject(PyObject *module, PyObject *args)
{}


static PyObject *
pylong_asnativebytes(PyObject *module, PyObject *args)
{}


static PyObject *
pylong_fromnativebytes(PyObject *module, PyObject *args)
{}


static PyObject *
pylong_getsign(PyObject *module, PyObject *arg)
{}


static PyObject *
pylong_ispositive(PyObject *module, PyObject *arg)
{}


static PyObject *
pylong_isnegative(PyObject *module, PyObject *arg)
{}


static PyObject *
pylong_iszero(PyObject *module, PyObject *arg)
{}


static PyObject *
pylong_aspid(PyObject *module, PyObject *arg)
{}


static PyMethodDef test_methods[] =;

int
_PyTestCapi_Init_Long(PyObject *mod)
{}