You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
It would be really useful to have a class that behaves as much as possible like python's File. This will allow for interfacing with e.g. gzip.GzipFile, pickle.load, etc. This can be a simple wrapper of XRootD.client.File, which makes synchronous requests and throws exceptions when they are not successful.
The text was updated successfully, but these errors were encountered:
It would be really useful to have a class that behaves as much as possible like python's
File
. This will allow for interfacing with e.g.gzip.GzipFile
,pickle.load
, etc. This can be a simple wrapper ofXRootD.client.File
, which makes synchronous requests and throws exceptions when they are not successful.The text was updated successfully, but these errors were encountered: