detail_stream_json_with_uid method

detail_stream_json_with_uid(self, stream, file_path, uid)

Write the JSON string for the file to the stream by the specified unique id.


def detail_stream_json_with_uid(self, stream, file_path, uid):
    ...
ParameterTypeDescription
streamio.RawIOBaseThe stream that will be written
file_pathSystem.StringThe file path
uidSystem.StringThe unique id for the file cache.

See Also