Part of bzrlib._static_tuple_py View In Hierarchy
| 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. |