ska_sdp_piper.extensions.common module
- class ska_sdp_piper.extensions.common.ConfigTableRow(name, _type, default, description, nullable, allowed_values)[source]
Bases:
objectA helper class to hold values of each row of the configuration table generated by piper's sphinx extensions. Each value corresponds to the columns as listed in "HEADERS" constant..
- ska_sdp_piper.extensions.common.HEADER_ROW = ConfigTableRow(name='Name', _type='Type', default='Default', description='Description', nullable='Nullable', allowed_values='Allowed Values')
Defines the header row for the configuration table