def show(self): netcdf.show(self.nc._nc) def showvar(self,vname): netcdf.showvar(self.nc,vname)
def show(self): netcdf.show(self.name)
def show(self): netcdf.show(self.nc)