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.
Methods
__init__
()Initialize self.
contains_op
(series)- rtype
bool
evolve_type
(type_name[, …])Make a copy of the type
get_relations
()- rtype
Sequence
[TypeRelation
]