class documentation

class LastKnownValueEraser(TypeTranslator): (source)

View In Hierarchy

Removes the Literal[...] type that may be associated with any Instance types.
Method visit​_instance Undocumented
Method visit​_type​_alias​_type Undocumented
def visit_instance(self, t): (source)

Undocumented

Parameters
t:InstanceUndocumented
Returns
TypeUndocumented
def visit_type_alias_type(self, t): (source)

Undocumented

Parameters
t:TypeAliasTypeUndocumented
Returns
TypeUndocumented