DataStructure

A class to define the structure of your data.

class mouffet.data.data_structure.DataStructure[source]

Inherit this class to define your data structure

STRUCTURE = {'data': {'data_type': [], 'type': 'data'}, 'tags': {'data_type': [], 'type': 'tags'}}
check_structure()[source]
function_exists(func_name)[source]
get_extension(key)[source]
get_structure_copy()[source]
get_structure_function(key, name, *args, **kwargs)[source]
keys()[source]
property structure