meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programming:python:oop [2024/01/02 10:33] – niziak | programming:python:oop [2024/01/03 11:34] (current) – niziak | ||
|---|---|---|---|
| Line 58: | Line 58: | ||
| * **property** - properties are methods accessed like attributes. It gives full control on its getter, setter and deleter access. | * **property** - properties are methods accessed like attributes. It gives full control on its getter, setter and deleter access. | ||
| + | |||
| + | **delattr(object, | ||
| + | This is a relative of '' | ||
| + | |||
| + | |||
| + | ===== Object-like attribute access for nested dictionary ===== | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||