Ejemplo n.º 1
0
 def print_metadata_recipes(self):
     print_dictionary(self.metadata_recipes)
Ejemplo n.º 2
0
 def print_recipe_attributes(self):
     print_dictionary(self.recipe_attributes)
Ejemplo n.º 3
0
 def print_recipe_attributes_internal(self):
     print_dictionary(self.recipe_attributes_internal)
Ejemplo n.º 4
0
 def print_metadata_attributes(self):
     print_dictionary(self.metadata_attributes)