hydro.tutorial¶
Attributes¶
Classes¶
A Mapping is a generic container for associating key/value |
Functions¶
Downloads some CCHDO data for playing with... |
Module Contents¶
- class hydro.tutorial.CCHDOBottleData[source]¶
Bases:
collections.abc.MappingA Mapping is a generic container for associating key/value pairs.
This class provides concrete generic implementations of all methods except for __getitem__, __iter__, and __len__.