TafiilaComp

class aruudy.poetry.foot.TafiilaComp(comp)

Bases: object

Tafiila (foot) components.

Parameters:comp (dict) –

A dictionary of the forme:

  • type (TafiilaType): the type of the foot
  • mnemonic (str): the mnemonic describing the foot
  • emeter (str): the English meter
type

the type of the foot.

Type:TafiilaType
mnemonic

the mnemonic describing the foot.

Type:str
emeter

the English meter.

Type:str

Methods Summary

copy() Create a copy of this object.

Methods Documentation

copy()

Create a copy of this object.

Returns:A copy of this object.
Return type:TafiilaComp