visions.types.existing_path

class visions.types.existing_path.ExistingPath[source]

Existing Path implementation of visions.types.type.VisionsBaseType.

Examples

>>> x = pd.Series([pathlib.Path('/home/user/file.txt'), pathlib.Path('/home/user/test2.txt')])
>>> x in visions.ExistingPath
True