caret_analyze.common.summary module

class caret_analyze.common.summary.Summarizable

Bases: object

Abstract base class that have summary property.

abstract property summary: Summary

Get summary.

Returns

Summary

summary info.

class caret_analyze.common.summary.Summary(dict=None, /, **kwargs)

Bases: UserDict

Summary about value objects and runtime data objects.

Note:

The class is used to get an overview of the instance without any effect to __eq__ and __hash__. Users can get an overview in dictionary form or check the overview in the standard output.

pprint()