visions.types.image_path¶
-
class
visions.types.image_path.
ImagePath
[source]¶ Image Path implementation of
visions.types.type.VisionsBaseType
.Examples
>>> x = pd.Series([Path('/home/user/file.png'), Path('/home/user/test2.jpg')]) >>> x in visions.ImagePath True