class documentation

class SetNothingToAny(TypeTranslator): (source)

View In Hierarchy

Replace all ambiguous <nothing> types with Any (to avoid spurious extra errors).

Method visit_type_alias_type Undocumented
Method visit_uninhabited_type Undocumented
def visit_type_alias_type(self, t: TypeAliasType) -> Type: (source)

Undocumented

def visit_uninhabited_type(self, t: UninhabitedType) -> Type: (source)

Undocumented