mpas_analysis.shared.io.namelist_streams_interface.StreamsFile.read¶
-
StreamsFile.
read
(self, streamname, attribname)[source]¶ Get the value of the given attribute in the given stream
- Parameters
- streamnamestr
The name of the stream
- attribnamestr
The name of the attribute within the stream
- Returns
- valuestr
The value associated with the attribute, or
None
if the attribute was not found