NamedStream constructor

init

Creates a new instance.

def __init__(self, stream, full_name):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream.
full_namestrThe full name of the stream.

See Also