jicparameters¶
Module to make it easier to work with lots of parameters.
-
class
jicparameters.Parameters¶ Class for storing, reading in and writing out parameters.
-
classmethod
from_file(fpath)¶ Read parameters from file.
-
classmethod
from_yaml(string)¶ Return Parameter instance from yaml string.
-
to_file(fpath)¶ Write parameters to file.
-
to_yaml()¶ Return yaml string representation.
-
classmethod