mpas_analysis.shared.io.namelist_streams_interface.StreamsFile.has_stream¶
-
StreamsFile.
has_stream
(streamName)[source]¶ Does the stream file have the given stream?
Returns True if the streams file has a stream with the given streamName, otherwise returns False.
- Parameters
streamName (str) – The name of the stream
- Returns
streamFound (bool) –
True
if the stream was found in the stream file,False
otherwise