Version 1.0b1 API Documentation generated by Endo 2006-08-14
dtypedescr = dtype
mode_equivalents = { Const('readonly') : Const('r'), Const('copyonwrite') : Const('c'), Const('readwrite') : Const('r+'), Const('write') : Const('w+') }
valid_filemodes = [ 'r', 'c', 'r+', 'w+' ]
writeable_filemodes = [ 'r+', 'w+' ]
| Local name | Refers to |
|---|---|
| dtype | numpy.core.numeric.dtype |
| mmap | mmap |
| nbytes | numpy.core.numerictypes.nbytes |
| ndarray | multiarray.ndarray |