Package circuits :: Package drivers :: Module _pygame :: Class PyGameDriver

Class PyGameDriver

    object --+            
             |            
  core.Manager --+        
                 |        
core.BaseComponent --+    
                     |    
        core.Component --+
                         |
                        PyGameDriver

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
__tick__(self)
 
poll(self)

Inherited from core.BaseComponent: __init__, __repr__, register, unregister

Inherited from core.Manager: __add__, __iadd__, __isub__, __len__, __sub__, flush, join, push, run, send, start, stop

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods
a new object with type S, a subtype of T
__new__(cls, *args, **kwargs)
TODO Work around for Python bug.
Class Variables
  channel = 'pygame'
The Component's Channel
Instance Variables

Inherited from core.Manager: manager

Properties

Inherited from core.Manager: name, running, state

Inherited from object: __class__

Method Details

__new__(cls, *args, **kwargs)
Static Method

 

TODO Work around for Python bug.

Bug: http://bugs.python.org/issue5322

Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)