blark.transform.Expression

class blark.transform.Expression[source]

Bases: object

Base class for all types of expressions.

This includes all literals (integers, etc.) and more complicated mathematical expressions.

Marked as a “tagged union” so that serialization will uniquely identify the Python class.

Methods

__init__()

__init__() None