class documentation

class TStreamFactory(te.Protocol): (source)

View In Hierarchy

Undocumented

Method __call__ Undocumented
def __call__(self, total_content_length: t.Optional[int], content_type: t.Optional[str], filename: t.Optional[str], content_length: t.Optional[int] = None) -> t.IO[bytes]: (source)

Undocumented