RAVE
Lib.rave_info Namespace Reference

Classes

class  INFO
 

Functions

 CheckPath (path)
 

Variables

dict TYPES
 

Detailed Description

rave_info.py - Metadata structures and ways to deal with them.

Function Documentation

◆ CheckPath()

Lib.rave_info.CheckPath ( path)
Check that the path to an element is correctly formatted.

Arguments:
string path: The absolute path to the given infoset attribute.

Returns: The relative path to the given infoset attribute.

Variable Documentation

◆ TYPES

dict Lib.rave_info.TYPES
Initial value:
1= {tuple : 'sequence',
2 list : 'sequence',
3 str : 'string',
4 int : 'int',
5 float : 'float'}