Public Member Functions | |
| def | get_latest |
| def | create_from_file |
| def | create_from_line |
| def | get_export_text |
| def | export_games_to_file |
Static Public Attributes | |
| tuple | DEFAULT_DATAFILE = os.path.join(os.path.dirname(__file__),'games.txt') |
| tuple | TUPKEYS = ('name','goals','own_goals') |
Definition at line 204 of file models.py.
|
||||||||||||
|
|
|
||||||||||||
|
Create one game based on line of text datafile. |
|
||||||||||||
|
Export data to a text file. |
|
|
Text for exported data file. |
|
|
|
|
|
|
|
|
|
1.4.6