('__class__', 'type')
('__delattr__', 'method-wrapper')
('__dict__', 'dict')
('__dir__', 'builtin_function_or_method')
('__doc__', 'NoneType')
('__eq__', 'method-wrapper')
('__format__', 'builtin_function_or_method')
('__ge__', 'method-wrapper')
('__getattribute__', 'method-wrapper')
('__gt__', 'method-wrapper')
('__hash__', 'method-wrapper')
('__init__', 'method')
('__le__', 'method-wrapper')
('__lt__', 'method-wrapper')
('__module__', 'str')
('__ne__', 'method-wrapper')
('__new__', 'builtin_function_or_method')
('__reduce__', 'builtin_function_or_method')
('__reduce_ex__', 'builtin_function_or_method')
('__repr__', 'method-wrapper')
('__setattr__', 'method-wrapper')
('__sizeof__', 'builtin_function_or_method')
('__str__', 'method-wrapper')
('__subclasshook__', 'builtin_function_or_method')
('__weakref__', 'NoneType')
('method', 'method')
('x', 'int')
('y', 'int')