79458854

Date: 2025-02-21 23:49:22
Score: 0.5
Natty:
Report link

Use vars(my_object_name) to obtain a dictionary of the object's attributes.

Note that you can get the same information by inspecting my_object_name.__dict__.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: user2363777