save_stream method

save_stream(self, s, uid)

Implements this method to save cache,save the stream to the cache with the key uid.


def save_stream(self, s, uid):
    ...
ParameterTypeDescription
sio.RawIOBase
uidSystem.String

See Also