Package fife :: Package extensions :: Module pythonize
[hide private]
[frames] | no frames]

Module pythonize

source code

Pythonize FIFE

Import this extension to get a more
pythonic interface to FIFE.

Currently it implements the following
conveniences:

* FIFE Exceptions print their message.
* Automatic property generation for:
  * fife.Engine
  * fife.Instance
  * fife.Image
  * fife.Animation
  * fife.Point
  * fife.Rect

Functions [hide private]
 
_Color2Str(c) source code
 
createProperties()
Autocreate properties for getXYZ/setXYZ functions.
source code
Variables [hide private]
  classes = [fife.Engine, fife.Instance, fife.Point, fife.Rect, ...
Variables Details [hide private]

classes

Value:
[fife.Engine, fife.Instance, fife.Point, fife.Rect, fife.Image, fife.A\
nimation, fife.RenderBackend, fife.Event, fife.Command, fife.Container\
]