We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ee30a commit 45900c5Copy full SHA for 45900c5
src/pnetcdf/_File.pyx
@@ -410,7 +410,7 @@ cdef class File:
410
- ``pnetcdf.NC_INT64`` for signed 8-byte integer
411
- ``pnetcdf.NC_UINT64`` for unsigned 8-byte integer
412
413
- :type datatype: int
+ :type datatype: int, str, or numpy.dtype
414
:param dimensions: [Optional] The dimensions of the new variable. Can be either dimension names
415
or dimension class instances. Default is an empty tuple which means the variable is a scalar
416
(and therefore has no dimensions).
0 commit comments