ecolab.inspect

Contents

ecolab.inspect#

etils.ecolab.inspect(obj: object) None[source]#

Inspect all attributes of a Python object interactivelly.

Parameters:

obj – Any object to inspect (module, class, dict,…).