b._.StaticTuple(tuple) : class documentation

Part of bzrlib._static_tuple_py View In Hierarchy

A static type, similar to a tuple of strings.
Method __new__ Undocumented
Method __init__ Create a new 'StaticTuple'
Method __repr__ Undocumented
Method __reduce__ Undocumented
Method __add__ Concatenate self with other
Method as_tuple Undocumented
Method intern Undocumented
Static Method from_sequence Convert a sequence object into a StaticTuple instance.
def __new__(cls, *args):
Undocumented
def __init__(self, *args):
Create a new 'StaticTuple'
def __repr__(self):
Undocumented
def __reduce__(self):
Undocumented
def __add__(self, other):
Concatenate self with other
def as_tuple(self):
Undocumented
def intern(self):
Undocumented
@staticmethod
def from_sequence(seq):
Convert a sequence object into a StaticTuple instance.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.