Dec-03-2018, 11:16 PM
The read_only/private way. Will not let methods and properties to be use.
In these method and properties update would need to be called.
I have pygame.Rect like object. That has 7 methods,
4 attributes, and 18 properties that can change data.
I like to have access to these method and properties.
In these method and properties update would need to be called.
I have pygame.Rect like object. That has 7 methods,
4 attributes, and 18 properties that can change data.
I like to have access to these method and properties.
99 percent of computer problems exists between chair and keyboard.