class documentation
class ReportStatusParser(object):
Handle status as reported by servers with 'report-status' capability.
Method | __init__ |
Undocumented |
Method | check |
Check if there were any errors and, if so, raise exceptions. |
Method | handle |
Handle a packet. |
Instance Variable | _done |
Undocumented |
Instance Variable | _pack |
Undocumented |
Instance Variable | _ref |
Undocumented |
Check if there were any errors and, if so, raise exceptions.
Returns | |
iterator over refs | |
Raises | |
SendPackError | Raised when the server could not unpack |