FrozenSet¶ class astroid.objects.FrozenSet(lineno: int | None, col_offset: int | None, parent: NodeNG | None, *, end_lineno: int | None, end_col_offset: int | None)[source]¶ Bases: BaseContainer Class representing a FrozenSet composite node. pytype() → Literal['builtins.frozenset'][source]¶ Get the name of the type that this node represents. Returns: The name of the type.