food.meat.Pork

class food.meat.Pork(name='Pork', animal='pig')

Pork meat class

__init__(name='Pork', animal='pig')

Initialize a Pork instance.

Parameters:
  • name (str) – The name of the meat. Default is “Pork”.

  • animal (str) – The animal from which the meat is sourced. Default is “pig”.

Methods

__init__([name, animal])

Initialize a Pork instance.

cook_bacon([size])

Cook bacon of a given size.

describe()

Return a description of the meat.