get_bahr

aruudy.poetry.meter.get_bahr(name, dic=True)

Search for poetry Bahr by name.

Parameters:
  • name (str) – name of the poetry Bahr (meter).
  • dic (bool) – True(default): it returns a dict object with all information. If False, it returns an object of type Bahr
Returns:

dict: containing the information. or a Bahr object. or None

Return type:

dict