TCall¶
-
class
hail.expr.TCall[source]¶ Hail type corresponding to
hail.representation.CallThis is a Hail type. Values of this type have two representations: the expression language representation and the Python representation.
- expression language documentation
- in Python, values are instances of
hail.representation.Call
Methods
__init__x.__init__(…) initializes x; see help(type(x)) for signature prettyReturns a prettily formatted string representation of the type.