| Home | Trees | Index | Help |
|---|
| Package twisted :: Package persisted :: Package journal :: Module base :: Class ICommandLog |
|
NonMetaInterface --+
|
ICommandLog
| Method Summary | |
|---|---|
Return commands who's index >= the given one. | |
Return index of last command that was logged. | |
Add a command and its run time to the log. | |
| Method Details |
|---|
getCommandsSince(self, index)Return commands who's index >= the given one.
|
getCurrentIndex(self)Return index of last command that was logged. |
logCommand(self, command, runTime)Add a command and its run time to the log.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:23 2003 | http://epydoc.sf.net |