Ejemplo n.º 1
0
 def _makeOne(self, string):
     print(string)
     return MetaParser.deserialize(string)
Ejemplo n.º 2
0
 def _makeOne(self, meta_dict):
     print(meta_dict)
     return MetaParser.serialize(meta_dict)