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
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.
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.