Orbits
1
|
Go to the source code of this file.
Classes | |
struct | _inittab |
struct | _frozen |
Macros | |
#define | PyImport_ImportModuleEx(n, g, l, f) PyImport_ImportModuleLevel(n, g, l, f, -1) |
#define | _PyImport_AcquireLock() |
#define | _PyImport_ReleaseLock() 1 |
Functions | |
PyAPI_FUNC (long) PyImport_GetMagicNumber(void) | |
PyAPI_FUNC (PyObject *) PyImport_ExecCodeModule(char *name | |
PyAPI_FUNC (void) PyImport_Cleanup(void) | |
PyAPI_FUNC (int) PyImport_ImportFrozenModule(char *) | |
PyAPI_FUNC (struct filedescr *) _PyImport_FindModule(const char * | |
PyAPI_DATA (PyTypeObject) PyNullImporter_Type | |
PyAPI_DATA (struct _inittab *) PyImport_Inittab | |
PyAPI_DATA (struct _frozen *) PyImport_FrozenModules | |
Variables | |
PyObject * | co |
PyObject char * | pathname |
PyObject * | globals |
PyObject PyObject * | locals |
PyObject PyObject PyObject * | fromlist |
PyObject PyObject PyObject int | level |
PyObject char | size_t |
void(* | initfunc )(void)) |
#define _PyImport_AcquireLock | ( | ) |
#define _PyImport_ReleaseLock | ( | ) | 1 |
PyAPI_DATA | ( | PyTypeObject | ) |
PyAPI_DATA | ( | struct _inittab * | ) |
PyAPI_DATA | ( | struct _frozen * | ) |
PyAPI_FUNC | ( | long | ) |
|
read |
PyAPI_FUNC | ( | void | ) |
|
read |
PyAPI_FUNC | ( | struct filedescr * | ) | const |
PyObject * co |
PyObject* globals |
void(* initfunc)(void)) |
PyObject char* pathname |
PyObject char size_t |
Copyright 2014 Google Inc. All rights reserved.