Home | Trees | Indices | Help |
---|
|
object --+ | escena_base.Base --+ | Normal
Escena básica de pilas. Si no se define ninguna escena, cuando se ejecuta:
>>> pilas.iniciar() >>> pilas.ejecutar()
esta es la escena que se muestra en la pantalla.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Este método debe ser reimplementado en todas las clases que hereden de ella. >>> def iniciar(self): >>> fondo = pilas.fondos.Color(pilas.colores.grisclaro)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Jan 27 23:57:20 2013 | http://epydoc.sourceforge.net |