In the following simple Python code:
>>> class C: ... class_level_var = 5 ... >>> C.__dict__ mappingproxy({\'__module__\': \'__main__\', \'clas