Glossary¶
- field¶
A string which represents a method of a data provider.
- fieldset¶
A list of fields.
- locale¶
Locale which represent country-specific data for locale-depend data providers.
See
Locale
- locale-dependent provider¶
A provider which depends in external json files with localized data.
- locale-independent provider¶
A provider without external dependencies (can be used for any locale).
- provider¶
A class which provides various data generators.