class documentation

class FetchPackResult(object):

View In Hierarchy

Result of a fetch-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 new_shallow Undocumented
Instance Variable new_unshallow Undocumented
Instance Variable refs Dictionary with all remote refs
Instance Variable symrefs Dictionary with remote symrefs
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, symrefs, agent, new_shallow=None, new_unshallow=None):

Undocumented

def __iter__(self):

Undocumented

def __len__(self):

Undocumented

def __repr__(self):

Undocumented

agent =

User agent string

new_shallow =

Undocumented

new_unshallow =

Undocumented

refs =

Dictionary with all remote refs

symrefs =

Dictionary with remote symrefs

def _warn_deprecated(self):

Undocumented

_FORWARDED_ATTRS: list[str] =

Undocumented

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