Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
Record Class Reference

Description

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)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ (   self,
  defaults = None,
**  props 
)

Definition at line 185 of file Buildhelper.py.

Member Function Documentation

◆ __getattr__()

__getattr__ (   self,
  key 
)

Definition at line 191 of file Buildhelper.py.

◆ __setattr__()

__setattr__ (   self,
  key,
  val 
)

Definition at line 196 of file Buildhelper.py.

+ Inheritance diagram for Record:
+ Collaboration diagram for Record:

The documentation for this class was generated from the following file: