예제 #1
0
 def openPath(self, path):
     """Open a sample path, returning a project-specific file object,
     (e.g., a netCDF file object or vanilla file object)."""
     fileobj = BasicHandler.openPath(self, path)
     fileobj.path = path
     return fileobj
예제 #2
0
 def openPath(self, path):
     """Open a sample path, returning a project-specific file object,
     (e.g., a netCDF file object or vanilla file object)."""
     fileobj = BasicHandler.openPath(self, path)
     fileobj.path = path
     return fileobj