neuralib.typing.alias.PathLike

neuralib.typing.alias.PathLike

Alias for path-like objects, including strings, Paths, and file-like objects

alias of str | Path | bytes | BinaryIO | BufferedIOBase | BufferedReader