Package dataprocessor :: Package dataformat :: Module genericformat
[hide private]
[frames] | no frames]

Source Code for Module dataprocessor.dataformat.genericformat

 1  ''' 
 2  Created on Aug 31, 2011 
 3   
 4  @author: Eleftherios Avramidis 
 5  ''' 
 6   
7 -class GenericFormat(object):
8 ''' 9 classdocs 10 ''' 11 TAG = {} 12
13 - def get_tags(self):
14 return self.TAG
15