dictionary-like object >>> pprint(universe.Human.__dict__) mappingproxy( {'__dict__': <attribute '__dict__' of 'Human' objects>, '__doc__': None, ‘__init__': <function Human.__init__ at 0x108a10320>, '__module__': 'universe', ‘__weakref__’: <attribute '__weakref__' of 'Human' objects>, ‘greet’: <function Human.greet at 0x108a10dd0>, 'yell': <function Human.yell at 0x108a10d40>})