visions.types.type.VisionsBaseType

class visions.types.type.VisionsBaseType[source]

Abstract implementation of a vision type.

Provides a common API for building custom visions data types.

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

contains_op(series, state)

rtype

bool

evolve_type(type_name[, …])

Make a copy of the type

get_relations()

rtype

Sequence[TypeRelation]