Open Search
    import.h File Reference

    Macros

    #define PyImport_ImportModuleEx(n, g, l, f)
     
    #define Py_CPYTHON_IMPORT_H
     

    Functions

     PyAPI_FUNC (long) PyImport_GetMagicNumber(void)
     
     PyAPI_FUNC (const char *) PyImport_GetMagicTag(void)
     
     PyAPI_FUNC (PyObject *) PyImport_ExecCodeModule(const char *name
     
     PyAPI_FUNC (int) PyImport_ImportFrozenModuleObject(PyObject *name)
     

    Variables

    PyObjectco
     
    PyObject const char * pathname
     
    PyObject const char const char * cpathname
     
    PyObjectglobals
     
    PyObject PyObjectlocals
     
    PyObject PyObject PyObjectfromlist
     
    PyObject PyObject PyObject int level
     
    PyObject *(* initfunc )(void))
     

    Macro Definition Documentation

    ◆ PyImport_ImportModuleEx

    #define PyImport_ImportModuleEx (   n,
      g,
      l,
      f 
    )

    ◆ Py_CPYTHON_IMPORT_H

    #define Py_CPYTHON_IMPORT_H

    Function Documentation

    ◆ PyAPI_FUNC() [1/4]

    PyAPI_FUNC ( long  )

    ◆ PyAPI_FUNC() [2/4]

    PyAPI_FUNC ( const char *  )

    ◆ PyAPI_FUNC() [3/4]

    PyAPI_FUNC ( PyObject ) const

    ◆ PyAPI_FUNC() [4/4]

    PyAPI_FUNC ( int  )

    Variable Documentation

    ◆ co

    PyObject * co

    ◆ pathname

    PyObject PyObject * pathname

    ◆ cpathname

    PyObject PyObject PyObject * cpathname

    ◆ globals

    PyObject* globals

    ◆ locals

    PyObject PyObject* locals

    ◆ fromlist

    ◆ level

    ◆ initfunc

    PyObject*(* initfunc) (void)) ( void  )