Page 52 - 6734
P. 52
'__init__', '__module__', '__new__', '__reduce__',
'__reduce_ex__', '__repr__', '__setattr__',
'__sizeof__', '__str__', '__subclasshook__',
'__weakref__', 'f']
['__class__', '__delattr__', '__dict__', '__doc__',
'__format__', '__getattribute__', '__hash__',
'__init__', '__module__', '__new__', '__reduce__',
'__reduce_ex__', '__repr__', '__setattr__',
'__sizeof__', '__str__', '__subclasshook__',
'__weakref__', 'a', 'b', 'f']
101226368
32
Клас B
Повертає суму self.a+self.b
B
__main__
<class '__main__.B'>
B
{'a': 1, 'b': 2}
True
3
True
True
True
[<class '__main__.B'>]
(<class '__main__.A'>,)
(<class '__main__.B'>, <class '__main__.A'>, <type
'object'>)
inspect – перегляд об’єктів часу виконання
Модуль inspect містить додаткові функції, які допомагають
отримати інформацію про об’єкти часу виконання (модулі, класи,
методи, функції, об’єкти трасування, кадрів виконання і коду) [5,
19].
51