Ravel Python API Reference
A Database-Defined Network Controller
|
A representation of a Pox process. More...
Inherits object.
Public Member Functions | |
def | __init__ |
app: the Pox application to be run | |
def | is_running |
Check if this or another Pox instance is running. More... | |
def | start |
Start the Pox process. More... | |
def | stop |
Stop the Pox process. | |
A representation of a Pox process.
def ravel.of.PoxInstance.is_running | ( | cls | ) |
Check if this or another Pox instance is running.
def ravel.of.PoxInstance.start | ( | self, | |
cargs = None |
|||
) |
Start the Pox process.
cargs | arguments to pass to the controller |