omero.plugins.download module

download plugin

Plugin read by omero.cli.Cli during initialization. The method(s) defined here will be added to the Cli class for later use.

class plugins.download.DownloadControl(*args: Any, **kwargs: Any)[source]

Bases: BaseControl

download_file(client, orig_file, target_file)[source]
download_fileset(conn, fileset, dir_path)[source]
get_file(session, dtype, obj_id)[source]
get_object(conn, dtype, obj_id)[source]
class plugins.download.StdOutHandle[source]

Bases: object

File handle for writing bytes to std.out

static write(b)[source]