Part of twisted.protocols.memcache View Source View In Hierarchy
| Instance Variables | _deferred | the Deferred
object that will be fired when the result arrives.
(type: Deferred
) |
| command | name of the command sent to the server.
(type: str
) |
| Method | __init__ | Create a command. |
| Method | success | Shortcut method to fire the underlying deferred. |
| Method | fail | Make the underlying deferred fails. |
| Parameters | command | the name of the command.
(type: str
) |
| kwargs | this values will be stored as attributes of the object for future use |