RCAIDE.Framework.Core.ContainerOrdered

ContainerOrdered#

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

Bases: DataOrdered

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

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

Assumptions: None

Source: N/A

Inputs: self

Outputs: N/A

Properties Used: N/A

get_children()[source]#

Returns the components that can go inside

Assumptions: None

Source: N/A

Inputs: None

Outputs: None

Properties Used: N/A