Open Search
    ceval.h File Reference

    Macros

    #define PyEval_CallObject(callable, arg)
     
    #define Py_ALLOW_RECURSION
     
    #define Py_END_ALLOW_RECURSION
     
    #define Py_BEGIN_ALLOW_THREADS
     
    #define Py_BLOCK_THREADS
     
    #define Py_UNBLOCK_THREADS
     
    #define Py_END_ALLOW_THREADS
     
    #define FVC_MASK
     
    #define FVC_NONE
     
    #define FVC_STR
     
    #define FVC_REPR
     
    #define FVC_ASCII
     
    #define FVS_MASK
     
    #define FVS_HAVE_SPEC
     
    #define Py_CPYTHON_CEVAL_H
     

    Functions

     Py_DEPRECATED (3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(PyObject *callable
     
    const char const char const char PyAPI_FUNC (PyObject *) PyEval_GetBuiltins(void)
     
     PyAPI_FUNC (PyFrameObject *) PyEval_GetFrame(void)
     
     PyAPI_FUNC (int) Py_AddPendingCall(int(*func)(void *)
     
     PyAPI_FUNC (void) Py_SetRecursionLimit(int)
     
     PyAPI_FUNC (const char *) PyEval_GetFuncName(PyObject *)
     
     PyAPI_FUNC (PyThreadState *) PyEval_SaveThread(void)
     

    Variables

    PyObjectargs
     
    PyObject PyObjectkwargs
     
    const char * format
     
    const char const char * name
     
    void * arg
     
    int exc
     

    Macro Definition Documentation

    ◆ PyEval_CallObject

    #define PyEval_CallObject (   callable,
      arg 
    )

    ◆ Py_ALLOW_RECURSION

    #define Py_ALLOW_RECURSION

    ◆ Py_END_ALLOW_RECURSION

    #define Py_END_ALLOW_RECURSION

    ◆ Py_BEGIN_ALLOW_THREADS

    #define Py_BEGIN_ALLOW_THREADS

    ◆ Py_BLOCK_THREADS

    #define Py_BLOCK_THREADS

    ◆ Py_UNBLOCK_THREADS

    #define Py_UNBLOCK_THREADS

    ◆ Py_END_ALLOW_THREADS

    #define Py_END_ALLOW_THREADS

    ◆ FVC_MASK

    #define FVC_MASK

    ◆ FVC_NONE

    #define FVC_NONE

    ◆ FVC_STR

    #define FVC_STR

    ◆ FVC_REPR

    #define FVC_REPR

    ◆ FVC_ASCII

    #define FVC_ASCII

    ◆ FVS_MASK

    #define FVS_MASK

    ◆ FVS_HAVE_SPEC

    #define FVS_HAVE_SPEC

    ◆ Py_CPYTHON_CEVAL_H

    #define Py_CPYTHON_CEVAL_H

    Function Documentation

    ◆ Py_DEPRECATED()

    Py_DEPRECATED ( 3.  9)

    ◆ PyAPI_FUNC() [1/6]

    const char const char const char PyAPI_FUNC ( PyObject )

    ◆ PyAPI_FUNC() [2/6]

    PyAPI_FUNC ( PyFrameObject )

    ◆ PyAPI_FUNC() [3/6]

    PyAPI_FUNC ( int  )

    ◆ PyAPI_FUNC() [4/6]

    PyAPI_FUNC ( void  )

    ◆ PyAPI_FUNC() [5/6]

    PyAPI_FUNC ( const char *  )

    ◆ PyAPI_FUNC() [6/6]

    PyAPI_FUNC ( PyThreadState )

    Variable Documentation

    ◆ args

    PyObject* args

    ◆ kwargs

    PyObject PyObject* kwargs

    ◆ format

    const char const char const char* format

    ◆ name

    const char const char* name

    ◆ arg

    ◆ exc

    int exc