Ravel Python API Reference
A Database-Defined Network Controller
Public Member Functions | List of all members
ravel.app.AppConsole Class Reference

Superclass for an application's sub-shell. More...

Inherits Cmd.

Public Member Functions

def __init__
 
def emptyline
 Don't repeat the last line when hitting return on empty line.
 
def do_list
 List application components.
 
def do_watch
 Watch application components.
 
def do_EOF
 Quit application console.
 
def do_exit
 Quit application console.
 

Detailed Description

Superclass for an application's sub-shell.

Constructor & Destructor Documentation

def ravel.app.AppConsole.__init__ (   self,
  db,
  env,
  components 
)
Parameters
dba ravel.db.RavelDb instance
enva ravel.env.Environment instance of the CLI's executing environment
componentslist of the app's SQL components (tables, view, etc.)

The documentation for this class was generated from the following file: