Package yapydata :: Package datatree :: Module synyaml

Module synyaml

source code

The YapyData.xml module provides XML.

Version: 0.1.1

Author: Arno-Can Uestuensoez

License: Artistic-License-2.0 + Forced-Fairplay-Constraints

Classes
  YapyDataYAMLError
Generic YAML syntax error.
  DataTreeYAML
Provides YAML based read-only configuration of capabilities. This in particular comprises the priority based readout of values and defaults. The structure hereby includes specialization by subcomponents, where the missing value will be tried from the more general enclosing super component.
Functions
 
readout_data(xval, **kargs)
For API call-compliance with other syntaxes. Returns here the input tree only.
source code
Variables
  __uuid__ = "60cac28d-efe6-4a8d-802f-fa4fc94fa741"
Function Details

readout_data(xval, **kargs)

source code 

For API call-compliance with other syntaxes. Returns here the input tree only.

Args:
xval:
The input tree from the DataTreeYAML- which is the result from yaml.load().
Returns:
The returns here the input xval.
Raises:
pass-through
Decorators: