class Command: (source)
| Method | __init__ |
Create a command. |
| Method | fail |
Make the underlying deferred fails. |
| Method | success |
Shortcut method to fire the underlying deferred. |
| Instance Variable | command |
name of the command sent to the server. |
| Instance Variable | _deferred |
the Deferred object that will be fired when the result arrives. |
| Parameters | |
command:bytes | the name of the command. |
| **kwargs | this values will be stored as attributes of the object for future use |