|
Ravel Python API Reference
A Database-Defined Network Controller
|
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. | |
Superclass for an application's sub-shell.
| def ravel.app.AppConsole.__init__ | ( | self, | |
| db, | |||
| env, | |||
| components | |||
| ) |
| db | a ravel.db.RavelDb instance |
| env | a ravel.env.Environment instance of the CLI's executing environment |
| components | list of the app's SQL components (tables, view, etc.) |
1.8.6