RCAIDE.Framework.Core.Container

Container#

class Container(*args, **kwarg)[source]#

Bases: Data

A dict-type container with attribute, item and index style access intended to hold a attribute-accessible list of Data(). This is unordered.

Assumptions: N/A

Source: N/A

__init__(*args, **kwarg)[source]#

Initialization that builds the container

Assumptions: None

Source: N/A

Inputs: self

Outputs: N/A

Properties Used: N/A

append(val)[source]#

Appends the value to the containers This overrides the Data class append by allowing for duplicate named components The following components will get new names.

Assumptions: None

Source: N/A

Inputs: self

Outputs: N/A

Properties Used: N/A

extend(vals)[source]#
get_tags(item, tag_list)[source]#
check_tags(item, tag_list)[source]#