radloggerpy.cli.v1.device.device_show_serial module

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

Bases: DeviceShow

Command to show information about devices

_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.