Pork¶ class food.meat.Pork(name='Pork', animal='pig')¶ Pork meat class cook_bacon(size='medium')¶ Cook bacon of a given size. Parameters: size (str) – The size of the bacon. Default is “medium”. describe()¶ Return a description of the meat. Returns: A description of the meat. Return type: str