0
22
hhoangNTB
__
The following code defines a property named "page" on the "Self" instance. The property returns the value of the "page" instance variable.
Shortcut: create.property
create.property
0 Comments
@property def page(self): return self.__page