class documentation

class _v1ReceivePackHeader(object):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __iter__ Undocumented
Instance Variable have Undocumented
Instance Variable sent_capabilities Undocumented
Instance Variable want Undocumented
Method _handle_receive_pack_head Handle the head of a 'git-receive-pack' request.
Instance Variable _it Undocumented
def __init__(self, capabilities, old_refs, new_refs):

Undocumented

def __iter__(self):

Undocumented

have =

Undocumented

sent_capabilities: bool =

Undocumented

want: list =

Undocumented

def _handle_receive_pack_head(self, capabilities, old_refs, new_refs):

Handle the head of a 'git-receive-pack' request.

Parameters
capabilitiesList of negotiated capabilities
old_refsOld refs, as received from the server
new_refsRefs to change
Returns
(have, want) tuple
_it =

Undocumented