ATK.base.Container#

class ATK.base.Container[source]#

Bases: object

Base class for all data containers.

Methods

show([show_types, show_all])

Prints structure to stdout in a human-readable format.




Method Descriptions

show(show_types=False, show_all=False)[source]#

Prints structure to stdout in a human-readable format.

Parameters:
show_typesbool, optional

If True, print data types of structure attributes.

Default is False

show_allbool, optional

If True, do not truncate printing of large iterables.

Default is False.

Returns:
self