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.
-
default
= False¶
-
key
= 'check_term_finiteness'¶
-
validate
= {'verbose': <function validate_bool at 0xf5aad87c>, 'check_term_finiteness': <function validate_bool at 0xf5aad87c>}¶
-
validator
(val)¶ Convert b to a boolean or raise a ValueError.
-