class documentation

class SendPackResult(object):

View In Hierarchy

Result of a upload-pack operation.

Method __contains__ Undocumented
Method __eq__ Undocumented
Method __getattribute__ Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
Method __repr__ Undocumented
Instance Variable agent User agent string
Instance Variable ref_status Optional dictionary mapping ref name to error message (if it failed to update), or None if it was updated successfully
Instance Variable refs Dictionary with all remote refs
Method _warn_deprecated Undocumented
Constant _FORWARDED_ATTRS Undocumented
def __contains__(self, name):

Undocumented

def __eq__(self, other):

Undocumented

def __getattribute__(self, name):

Undocumented

def __getitem__(self, name):

Undocumented

def __init__(self, refs, agent=None, ref_status=None):

Undocumented

def __iter__(self):

Undocumented

def __len__(self):

Undocumented

def __repr__(self):

Undocumented

agent =

User agent string

ref_status =

Optional dictionary mapping ref name to error message (if it failed to update), or None if it was updated successfully

refs =

Dictionary with all remote refs

def _warn_deprecated(self):

Undocumented

_FORWARDED_ATTRS: list[str] =

Undocumented

Value
['clear',
 'copy',
 'fromkeys',
 'get',
 'items',
 'keys',
 'pop',
...