$search

src::_core_ex::_wxPyUnbornObject Class Reference

List of all members.

Public Member Functions

def __getattr__
def __nonzero__
def __repr__

Static Public Attributes

string attrStr = "The C++ part of this object has not been initialized, attribute access not allowed."
string reprStr = "wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.)"

Detailed Description

Some stock objects are created when the wx._core module is
imported, but their C++ instance is not created until the wx.App
object is created and initialized.  These object instances will
temporarily have their __class__ changed to this class so an
exception will be raised if they are used before the C++ instance
is ready.

Definition at line 115 of file _core_ex.py.


Member Function Documentation

def src::_core_ex::_wxPyUnbornObject::__getattr__ (   self,
  args 
)

Definition at line 133 of file _core_ex.py.

def src::_core_ex::_wxPyUnbornObject::__nonzero__ (   self  ) 

Definition at line 138 of file _core_ex.py.

def src::_core_ex::_wxPyUnbornObject::__repr__ (   self  ) 

Definition at line 128 of file _core_ex.py.


Member Data Documentation

string src::_core_ex::_wxPyUnbornObject::attrStr = "The C++ part of this object has not been initialized, attribute access not allowed." [static]

Definition at line 126 of file _core_ex.py.

string src::_core_ex::_wxPyUnbornObject::reprStr = "wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.)" [static]

Definition at line 125 of file _core_ex.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends Defines


wxPython_swig_interface
Author(s): Many
autogenerated on Sat Mar 2 13:30:48 2013