![]() |
Lumiera 0.pre.04
»edit your freedom«
|
a set of properties with record style access.
Record is a dictionary, but the elements can be accessed conveniently as if they where object fields
Definition at line 180 of file Buildhelper.py.
Public Member Functions | |
| __init__ (self, defaults=None, **props) | |
| __getattr__ (self, key) | |
| __setattr__ (self, key, val) | |
| __init__ | ( | self, | |
defaults = None, |
|||
| ** | props | ||
| ) |
Definition at line 185 of file Buildhelper.py.
| __getattr__ | ( | self, | |
| key | |||
| ) |
Definition at line 191 of file Buildhelper.py.
| __setattr__ | ( | self, | |
| key, | |||
| val | |||
| ) |
Definition at line 196 of file Buildhelper.py.
Inheritance diagram for Record:
Collaboration diagram for Record: