module documentation

Undocumented

Class IdentitySet A set that considers only object id() for uniqueness.
Class immutabledict Undocumented
Class ImmutableDictBase Undocumented
Class OrderedSet Undocumented
Class ReadOnlyContainer Undocumented
Function unique_list Undocumented
Type Variable _KT Undocumented
Type Variable _S Undocumented
Type Variable _T Undocumented
Type Variable _VT Undocumented
def unique_list(seq: Iterable[_T], hashfunc: Optional[Callable[[_T], int]] = None) -> List[_T]: (source)

Undocumented

Undocumented

Value
TypeVar('_KT',
        bound=Any)

Undocumented

Value
TypeVar('_S',
        bound=Any)

Undocumented

Value
TypeVar('_T',
        bound=Any)

Undocumented

Value
TypeVar('_VT',
        bound=Any)