| | |
- __builtin__.object
-
- PyInterp
-
- PyInterpPtr
class PyInterp(__builtin__.object) |
| |
|
| |
Methods defined here:
- __del__(self, destroy=<built-in function delete_PyInterp>)
- __getattr__ lambda self, name
- __init__(self, *args)
- __repr__(self)
- __setattr__ lambda self, name, value
- addEndFunction(*args)
- command(*args)
- help(*args)
- setTraceLevel(*args)
- shell(*args)
- traceLevel(*args)
Static methods defined here:
- init = PyInterp_init(...)
Properties defined here:
- exitStatus
- get = PyInterp_exitStatus_get(...)
- set = PyInterp_exitStatus_set(...)
Data and other attributes defined here:
- __dict__ = <dictproxy object at 0x25b3d38>
dictionary for instance variables (if defined)
- __swig_getmethods__ = {'exitStatus': <built-in function PyInterp_exitStatus_get>, 'init': <function <lambda> at 0x2521a28>}
- __swig_setmethods__ = {'exitStatus': <built-in function PyInterp_exitStatus_set>}
- __weakref__ = <attribute '__weakref__' of 'PyInterp' objects>
list of weak references to the object (if defined)
|
class PyInterpPtr(PyInterp) |
| |
|
| |
- Method resolution order:
- PyInterpPtr
- PyInterp
- __builtin__.object
Methods defined here:
- __init__(self, this)
Methods inherited from PyInterp:
- __del__(self, destroy=<built-in function delete_PyInterp>)
- __getattr__ lambda self, name
- __repr__(self)
- __setattr__ lambda self, name, value
- addEndFunction(*args)
- command(*args)
- help(*args)
- setTraceLevel(*args)
- shell(*args)
- traceLevel(*args)
Static methods inherited from PyInterp:
- init = PyInterp_init(...)
Properties inherited from PyInterp:
- exitStatus
- get = PyInterp_exitStatus_get(...)
- set = PyInterp_exitStatus_set(...)
Data and other attributes inherited from PyInterp:
- __dict__ = <dictproxy object at 0x25b3d38>
dictionary for instance variables (if defined)
- __swig_getmethods__ = {'exitStatus': <built-in function PyInterp_exitStatus_get>, 'init': <function <lambda> at 0x2521a28>}
- __swig_setmethods__ = {'exitStatus': <built-in function PyInterp_exitStatus_set>}
- __weakref__ = <attribute '__weakref__' of 'PyInterp' objects>
list of weak references to the object (if defined)
| |