food.meat.Wagyu

class food.meat.Wagyu(name='Wagyu Beef', animal='cow')

Wagyu beef class

__init__(name='Wagyu Beef', animal='cow')

Initialize a Wagyu Beef instance.

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

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

Methods

__init__([name, animal])

Initialize a Wagyu Beef instance.

cook_steak([size])

Cook a steak of a given size.

cook_sukiyaki([size])

Cook sukiyaki of a given size.

describe()

Return a description of the meat.