class documentation

class Constraint: (source)

View In Hierarchy

A representation of a type constraint.

It can be either T <: type or T :> type (T is a type variable).

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable op Undocumented
Instance Variable target Undocumented
Instance Variable type​_var Undocumented
def __init__(self, type_var, op, target): (source)

Undocumented

Parameters
type​_var:TypeVarIdUndocumented
op:intUndocumented
target:TypeUndocumented
def __repr__(self): (source)

Undocumented

Returns
strUndocumented

Undocumented

target = (source)

Undocumented

type_var = (source)

Undocumented