python-2.7.6/include/import.h Source File
Go to the documentation of this file.
10 PyAPI_FUNC(
long) PyImport_GetMagicNumber(
void);
21 #define PyImport_ImportModuleEx(n, g, l, f) \
22 PyImport_ImportModuleLevel(n, g, l, f, -1)
28 PyAPI_FUNC(
int) PyImport_ImportFrozenModule(
char *);
34 #define _PyImport_AcquireLock()
35 #define _PyImport_ReleaseLock() 1
38 PyAPI_FUNC(
struct filedescr *) _PyImport_FindModule(
40 PyAPI_FUNC(
int) _PyImport_IsScript(struct filedescr *);
PyAPI_DATA(PyTypeObject) PyNullImporter_Type
#define _PyImport_ReleaseLock()
PyObject PyObject * locals
#define _PyImport_AcquireLock()
char char char char char * name
PyAPI_FUNC(long) PyImport_GetMagicNumber(void)
PyObject PyObject PyObject int level
PyObject PyObject PyObject * fromlist