visions.types.integer
- class visions.types.integer.Integer[source]
Integer implementation of
visions.types.type.VisionsBaseType
. .. rubric:: Examples>>> import pandas as pd >>> x = [-1, 1, 2, 3] >>> x in visions.Integer True
Integer implementation of visions.types.type.VisionsBaseType
.
.. rubric:: Examples
>>> import pandas as pd
>>> x = [-1, 1, 2, 3]
>>> x in visions.Integer
True