acidbase.show_slot_info

acidbase.show_slot_info(obj: object) str

Return a formatted summary of an object’s attributes.

Parameters:

obj (object) – Object whose __dict__ attributes are summarized.

Returns:

One "  name (Type)" line per attribute, sorted by name.

Return type:

str