def
listing
cauldron.display.listing()

An unordered or ordered list of the specified source iterable where each element is converted to a string representation for display.

Arguments
Required
Optional
source

list

The iterable to display as a list.

ordered

bool

Whether or not the list should be ordered. If False, which is the default, an unordered bulleted list is created.

Default Value: 

False

expand_full

bool

Whether or not the list should expand to fill the screen horizontally. When defaulted to False, the list is constrained to the center view area of the screen along with other text. This can be useful to keep lists aligned with the text flow.

Default Value: 

False