wirawan
4aff740f55
* Parameters value lookup: use try..except EAFP rather LBYL approach.
...
* Add simple checks for _p, _opts_ default arguments in case they are not
indexable/dict-like objects. This is needed to avoid bizzare error messages
later then the Parameters object is in use.
13 years ago
wirawan
26db0806ae
* Make Struct available publicly in wpylib.params namespace (with the
...
'struct' name).
14 years ago
wirawan
3ac8e37b35
* Using the __dict__ attribute to store user-defined values.
...
Dict-like behavior is exemplified by this class although it is *not*
derived from a dict.
14 years ago
wirawan
6d043f6721
* Simple clarification on example.
14 years ago
wirawan
d8984cf032
* Introducing "Struct", the base class for all structured datatypes.
...
This is the original implementation as found in Ca+4H2_Hstorage_iter.py .
14 years ago
wirawan
71474e2973
* Standard python ignore.
14 years ago
wirawan
6641410d89
* Moving the fancy "Parameters" parameter lookup class to its own module.
...
From now on, use it as wpylib.params.flat class.
14 years ago