24 Commits (master)

Author SHA1 Message Date
Wirawan Purwanto 17b9ed5585 * For auto param _create_() function: added _skipframes_ option, if needed. 10 years ago
Wirawan Purwanto fc0d97db1e * Parameters._flatten_(): Added workaround to avoid evaluating the 11 years ago
Wirawan Purwanto 80961ed2bd * Added test7 and test8 for param_flat module. 11 years ago
Wirawan Purwanto b326937d80 * Parameters: Now correctly implements _flatten_() method and flag. 11 years ago
Wirawan Purwanto 8d32c2c067 * Parameters: if _flatten_ is enabled, must flatten in reverse order to 11 years ago
Wirawan Purwanto 254aaca622 * Added tester for active Parameters value. 11 years ago
Wirawan Purwanto 0f58bc0f03 * params_flat.py: Added ActiveReadValue magic class to enable `active', 11 years ago
Wirawan Purwanto fe9fa59e76 * params_flat.py: Documentation and note updates. 11 years ago
Wirawan Purwanto 8f513ff5b4 * Added tests for Parameters._all_keys(). 11 years ago
Wirawan Purwanto 6709679af9 * Parameters: Added _all_keys_() and _flatten_() methods. 11 years ago
Wirawan Purwanto 5a84a98b84 * Added tests for _append_() and _prepend_() methods. 11 years ago
Wirawan Purwanto f04531a601 * Parameters: Added _append_() and _prepend_() methods. 11 years ago
Wirawan Purwanto 5666280a45 * Alias "|" operator to "+" operator. 12 years ago
wirawan 7017fdc6af * Committing all dirty work to CVS. We are migrating to GIT. 13 years ago
wirawan 8ebf1e422e * Add important warning. Maybe in the future we need to use operator "|" 13 years ago
wirawan 6fb10829e0 * Added Parameters._get_() method. 13 years ago
wirawan aad559d86b * Class Parameters: important change of behavior for more safety to avoid 13 years ago
wirawan 4aff740f55 * Parameters value lookup: use try..except EAFP rather LBYL approach. 13 years ago
wirawan 26db0806ae * Make Struct available publicly in wpylib.params namespace (with the 13 years ago
wirawan 3ac8e37b35 * Using the __dict__ attribute to store user-defined values. 13 years ago
wirawan 6d043f6721 * Simple clarification on example. 13 years ago
wirawan d8984cf032 * Introducing "Struct", the base class for all structured datatypes. 13 years ago
wirawan 71474e2973 * Standard python ignore. 14 years ago
wirawan 6641410d89 * Moving the fancy "Parameters" parameter lookup class to its own module. 14 years ago