radloggerpy.cli.v1.device.device_show module

class radloggerpy.cli.v1.device.device_show.DeviceShow(app, app_args, cmd_name=None)[source]

Bases: ShowOne, DeviceCommand

Command to show information about a device

_abc_impl = <_abc._abc_data object>
_arguments = None
property arguments

Dictionary property that must be implemented to contain arguments

get_parser(program_name)[source]

Return an argparse.ArgumentParser.

take_action(parsed_args)[source]

Return a two-part tuple with a tuple of column names and a tuple of values.