nutrition

nutrition.models

class nutrition.models.NutritionInfo(*args, **kwargs)

Generic nutritional information.

full_string()

Return a string with full details of this NutritionInfo.

is_empty()

Return True if this NutritionInfo is empty.

is_equal(other)

Return True if this NutritionInfo is equal to another, False otherwise.

set_equal(other)

Set this NutritionInfo equal to another, and save.

Project Versions

Table Of Contents

Previous topic

cookbook

Next topic

inventory

This Page