admin_server Namespace Reference


Classes

class  Colour
class  Admin

Functions

def LoadConfig
def usage_exit
def check_ip
def find_item
def help_context
def start


Function Documentation

def admin_server::check_ip   ip  ) 
 

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.

def admin_server::find_item   search,
  listus
 

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.

def admin_server::help_context   color  ) 
 

This function provides the help context.

Definition at line 275 of file admin_server.py.

def admin_server::LoadConfig   file,
  config = {}
 

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.

def admin_server::start  ) 
 

The functions starts the application.

Definition at line 335 of file admin_server.py.

def admin_server::usage_exit   progname,
  msg = None,
  color = 1
 

This function gives usage help and exits the module.

Definition at line 215 of file admin_server.py.


Generated on Sun Mar 5 18:09:13 2006 for Remote Controller by  doxygen 1.4.6-NO