module documentation

Undocumented

Function get_fruit_name_icon Returns the icon mapped to the tree's fruit name
Constant FRUIT_NAME_ICONS Undocumented
Variable register Undocumented
@register.filter
@stringfilter
def get_fruit_name_icon(fruit_name: str) -> str: (source) ΒΆ

Returns the icon mapped to the tree's fruit name

FRUIT_NAME_ICONS: dict[str, str] = (source) ΒΆ

Undocumented

Value
{'Grapes': 'πŸ‡',
 'Melon': '🍈',
 'Watermelon': 'πŸ‰',
 'Tangerine': '🍊',
 'Lemon': 'πŸ‹',
 'Banana': '🍌',
 'Pineapple': '🍍',
...

Undocumented