StreamContent constructor

init

Initializes a new instance of the StreamContent class.

def __init__(self, content):
    ...
ParameterTypeDescription
contentio.RawIOBaseThe content.

See Also