exception documentation

class AmbiguousShortId(Exception):

Constructor: AmbiguousShortId(prefix, options)

View In Hierarchy

The short id is ambiguous.

Method __init__ Initialize AmbiguousShortId.
Instance Variable options Undocumented
Instance Variable prefix Undocumented
def __init__(self, prefix: bytes, options: list[ShaFile]):

Initialize AmbiguousShortId.

Parameters
prefix:bytesThe ambiguous prefix
options:list[ShaFile]List of matching objects
options =

Undocumented

prefix =

Undocumented