taucmdr.cli.commands.experiment.list module

experiment list subcommand.

class taucmdr.cli.commands.experiment.list.ExperimentListCommand(*args, **kwargs)[source]

Bases: taucmdr.cli.cli_view.ListCommand

Base class for the list subcommand of command line views.

main(argv)[source]

Command program entry point.

Parameters:argv (list) – Command line arguments.
Returns:Process return code: non-zero if a problem occurred, 0 otherwise
Return type:int
taucmdr.cli.commands.experiment.list.data_size(expr)[source]