Profile

Component layout.

class Profile

Specific layout of components.

prepare(props)

Prepare profile return its properties.

Parameters:props (dict) – Dictionary with previous properties.
Return type:dict
Returns:Properties dictionary.
dependencies(comp_name)

Yields dependency component names of the specified component.

Parameters:comp_name (str) – Name of the specified component.
component(comp_name)

Definition of the specified component.

Parameters:comp_name (str) – Name of the specified component.
Return type:Component