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): (source)

Undocumented

Parameters
t:TypeAliasTypeUndocumented
Returns
TypeUndocumented
def visit_uninhabited_type(self, t): (source)

Undocumented

Parameters
t:UninhabitedTypeUndocumented
Returns
TypeUndocumented