Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Macros | Functions | Variables
import.h File Reference

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

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

Macro Definition Documentation

#define _PyImport_AcquireLock ( )
#define _PyImport_ReleaseLock ( )    1
#define PyImport_ImportModuleEx (   n,
  g,
  l,
 
)    PyImport_ImportModuleLevel(n, g, l, f, -1)

Function Documentation

PyAPI_DATA ( PyTypeObject  )
PyAPI_DATA ( struct _inittab )
PyAPI_DATA ( struct _frozen )
PyAPI_FUNC ( long  )
PyAPI_FUNC ( PyObject )
read
PyAPI_FUNC ( void  )
PyAPI_FUNC ( int  )
read
PyAPI_FUNC ( struct filedescr *  ) const

Variable Documentation

PyObject * co
PyObject* globals
void(* initfunc)(void))
PyObject PyObject* locals
PyObject char* pathname
PyObject char size_t

Copyright 2014 Google Inc. All rights reserved.