wsgidav.samples.virtual_dav_provider.VirtualArtifact.get_content

VirtualArtifact.get_content()[source]

Open content as a stream for reading.

Returns a file-like object / stream containing the contents of the resource specified. The application will close() the stream.

This method MUST be implemented by all providers.