Classes | |
class | Colour |
class | Admin |
Functions | |
def | LoadConfig |
def | usage_exit |
def | check_ip |
def | find_item |
def | help_context |
def | start |
|
This function checks if a given IP is valid and returns -1 for an invalid IP address otherwise 0. Definition at line 234 of file admin_server.py. |
|
This function finds an item within a list (1-3 dimensional) and returns the list index otherwise "None". Definition at line 259 of file admin_server.py. |
|
This function provides the help context. Definition at line 275 of file admin_server.py. |
|
This function returns a dictionary with key's of the form <section>.<option> and the corresponding values. source: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65334 Definition at line 21 of file admin_server.py. |
|
The functions starts the application. Definition at line 335 of file admin_server.py. |
|
This function gives usage help and exits the module. Definition at line 215 of file admin_server.py. |