15 Commits (17b9ed558524260992bcfda50230de73c4918c22)

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 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 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 6709679af9 * Parameters: Added _all_keys_() and _flatten_() 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 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 6d043f6721 * Simple clarification on example. 13 years ago
wirawan 6641410d89 * Moving the fancy "Parameters" parameter lookup class to its own module. 14 years ago
wirawan 5392a71943 * Correcting minor mistake. 14 years ago
wirawan f1b8746147 * Updating Parameters class: now based on dict. 14 years ago
wirawan fcba27ae24 * Added list_join, much like dict_join, except for list. 14 years ago
wirawan ffd21689be * Parameters class: a way to look for parameters in definite search order 14 years ago
wirawan ba3fcb6b6f * Added: dict_join to join several dicts, with keys from latter dicts taking 14 years ago
wirawan 37b556ded8 * Added dict_slice, a slicing tool returning a subset of a given dict 14 years ago
wirawan 5af79a8000 * Syntactic sugars for quick-and-dirty python programming. 14 years ago