|
| PyAPI_FUNC (PyObject *) _PyStack_AsDict(PyObject *const *values |
|
static Py_ssize_t | PyVectorcall_NARGS (size_t n) |
|
static vectorcallfunc | PyVectorcall_Function (PyObject *callable) |
|
static PyObject * | _PyObject_VectorcallTstate (PyThreadState *tstate, PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwnames) |
|
static PyObject * | PyObject_Vectorcall (PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwnames) |
|
static PyObject * | _PyObject_FastCallTstate (PyThreadState *tstate, PyObject *func, PyObject *const *args, Py_ssize_t nargs) |
|
static PyObject * | _PyObject_FastCall (PyObject *func, PyObject *const *args, Py_ssize_t nargs) |
|
static PyObject * | _PyObject_CallNoArg (PyObject *func) |
|
static PyObject * | PyObject_CallOneArg (PyObject *func, PyObject *arg) |
|
static PyObject * | PyObject_CallMethodNoArgs (PyObject *self, PyObject *name) |
|
static PyObject * | PyObject_CallMethodOneArg (PyObject *self, PyObject *name, PyObject *arg) |
|
_Py_Identifier const char _Py_Identifier const char struct _Py_Identifier static PyObject * | _PyObject_VectorcallMethodId (_Py_Identifier *name, PyObject *const *args, size_t nargsf, PyObject *kwnames) |
|
static PyObject * | _PyObject_CallMethodIdNoArgs (PyObject *self, _Py_Identifier *name) |
|
static PyObject * | _PyObject_CallMethodIdOneArg (PyObject *self, _Py_Identifier *name, PyObject *arg) |
|
| PyAPI_FUNC (int) _PyObject_HasLen(PyObject *o) |
|
| PyAPI_FUNC (Py_ssize_t) PyObject_LengthHint(PyObject *o |
|
| PyAPI_FUNC (void *) PyBuffer_GetPointer(Py_buffer *view |
|
| PyAPI_FUNC (void) PyBuffer_FillContiguousStrides(int ndims |
|
| PyAPI_FUNC (char *const *) _PySequence_BytesToCharpArray(PyObject *self) |
|