IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Configuration instance for an Announcement. More...
Public Member Functions | |
def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
Instantiate a channel build configuration. More... | |
![]() | |
def | __setattr__ (self, name, value) |
def | dump (self, **kwargs) |
Static Public Member Functions | |
def | get_default_settings () |
Get default build configuration settings for Trigger. More... | |
Configuration instance for an Announcement.
def __init__ | ( | self, | |
init_dict = None , |
|||
key_list = None , |
|||
new_allowed = True |
|||
) |
Instantiate a channel build configuration.
Reimplemented from AlgConfig.
Reimplemented in CfgRunningCommentary, and CfgCommentary.
|
static |
Get default build configuration settings for Trigger.
Reimplemented in CfgRunningCommentary, and CfgCommentary.