sfepy.base.goptions module
Various global options/parameters.
Notes
Inspired by rcParams of matplotlib.
-
class
sfepy.base.goptions.
ValidatedDict
[source]
A dictionary object including validation.
-
keys
()[source]
Return sorted list of keys.
-
validate
= {'check_term_finiteness': <function validate_bool>, 'verbose': <function validate_bool>}
-
values
()[source]
Return values in order of sorted keys.
-
sfepy.base.goptions.
validate_bool
(val)[source]
Convert b to a boolean or raise a ValueError.