Home | Trees | Indices | Help |
---|
|
1 # init for netCDF4. package 2 # Docstring comes from extension module _netCDF4. 3 from ._netCDF4 import * 4 # Need explicit imports for names beginning with underscores 5 from ._netCDF4 import __doc__, __pdoc__ 6 from ._netCDF4 import (__version__, __netcdf4libversion__, __hdf5libversion__, 7 __has_rename_grp__, __has_nc_inq_path__, 8 __has_nc_inq_format_extended__) 9 __all__ =\ 10 ['Dataset','Variable','Dimension','Group','MFDataset','MFTime','CompoundType','VLType','date2num','num2date','date2index','stringtochar','chartostring','stringtoarr','getlibversion'] 11
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Apr 3 06:23:31 2016 | http://epydoc.sourceforge.net |