ptypy.utils.parameters#
Parameter definition.
This file is part of the PTYPY package.
- copyright:
Copyright 2014 by the PTYPY team, see AUTHORS.
- license:
see LICENSE for details.
Functions
|
Convert the input to a Param. |
Pretty-print a Standard Param class. |
|
|
Helper function to load a parameter file |
|
convert description dict to a module dict using a possibly verbose Q & A game |
|
Convert param tree from JSON file into Param(). |
|
Convert param tree from YAML file into Param(). |
|
validate_standard_param(sp) checks if sp follows the standard parameter convention. |
Classes
|
Convenience class: a dictionary that gives access to its keys through attributes. |