traveler.tools.data_download.Path.open#

Path.open(mode='r', buffering=-1, encoding=None, errors=None, newline=None)#

Open the file pointed to by this path and return a file object, as the built-in open() function does.