Contents:
An enumeration.
Attributes
H5Mode.READ
H5Mode.READ_WRITE
H5Mode.WRITE_TRUNCATE
H5Mode.WRITE
H5Mode.READ_WRITE_CREATE
Methods
H5Mode.has_write_intent
bool
H5Mode.READ = 'r' H5Mode.READ_WRITE = 'r+' H5Mode.WRITE_TRUNCATE = 'w' H5Mode.WRITE = 'w-' H5Mode.READ_WRITE_CREATE = 'a'
static H5Mode.has_write_intent(mode)[source] Return type: bool Parameters: mode (H5Mode) –
mode (H5Mode) –