save method

save

Saves the resource block to the specified stream.

def save(self, stream):
    ...
ParameterTypeDescription
streamStreamContainerThe stream to save the resource block to.

See Also