Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
defs.py
Go to the documentation of this file.
1
# Standard definitions for Vegastrike python scripts
2
3
# Callable wrapper for class methods
4
class
Callable
:
5
def
__init__
(self,anycallable):
6
self.
__call__
= anycallable
7
8
src
python
defs.py
Generated on Fri May 29 2015 23:07:38 for Vegastrike 0.5.1 rc1 by
1.8.4