class documentation

class HasUninhabitedComponentsQuery(types.TypeQuery[bool]): (source)

View In Hierarchy

Visitor for querying whether a type has an UninhabitedType component.
Method __init__ Undocumented
Method visit​_uninhabited​_type Undocumented
def __init__(self): (source)

Undocumented

def visit_uninhabited_type(self, t): (source)

Undocumented

Parameters
t:UninhabitedTypeUndocumented
Returns
boolUndocumented