Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Applications.py File Reference

This file defines a base application class, which is responsible for driving the operations of the overall script. More...

Classes

class  Library.Application.Applications.AnApplication
 The base application class. More...
 

Variables

string Library.Application.Applications.aStringRepresentation = "{appname} {appversion}"
 The format used to construct a string representation of AnApplication for debugging and status output. More...
 
string Library.Application.Applications.aDefaultPathViewpoint = "local"
 The default path viewpoint returned by the path() method.
 

Detailed Description

This file defines a base application class, which is responsible for driving the operations of the overall script.