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()

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:
= {
tuple: 'sequence',
list : 'sequence',
str : 'string',
int : 'int',
float: 'float'
}