class documentation

class ReportStatusParser(object):

View In Hierarchy

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_packet Handle a packet.
Instance Variable _done Undocumented
Instance Variable _pack_status Undocumented
Instance Variable _ref_statuses Undocumented
def __init__(self):

Undocumented

def check(self):

Check if there were any errors and, if so, raise exceptions.

Returns
iterator over refs
Raises
SendPackErrorRaised when the server could not unpack
def handle_packet(self, pkt):

Handle a packet.

Raises
GitProtocolErrorRaised when packets are received after a flush
packet.
_done: bool =

Undocumented

_pack_status =

Undocumented

_ref_statuses: list =

Undocumented