Lec19-Attributes
Contents
Attributes
class attribute
|
|
like static member variables
getattr and hasattr
|
|
assignment to attributes
如果重名,先查看实例的属性
Function calls in class
bound method
|
|
why bound? because the method is bound to the instance of the class, so it is filled with the self parameter