Type

class hail.expr.Type(jtype)[source]

Hail type superclass used for annotations and expression language.

Methods

__init__ x.__init__(…) initializes x; see help(type(x)) for signature
pretty Returns a prettily formatted string representation of the type.
pretty(indent=0, attrs=False)[source]

Returns a prettily formatted string representation of the type.

Parameters:
  • indent (int) – Number of spaces to indent.
  • attrs (bool) – Print struct field attributes.
Return type:

str