euporie.core.widgets.cell_outputs.PurePath

class euporie.core.widgets.cell_outputs.PurePath(*args, **kwargs)

Base class for manipulating paths without I/O.

PurePath represents a filesystem path and offers operations which don’t imply any actual filesystem I/O. Depending on your system, instantiating a PurePath will return either a PurePosixPath or a PureWindowsPath object. You can also instantiate either of these classes directly, regardless of your system.