You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added format_func argument to most of the providers. This allows to
control which formatter function will be used as a default formatter.
Previously it has been faker.provider.Python.pystr_format, which has
been changed to faker.provider.Python.parse, since the latter is
more convenient (as it does not transform characters
like ?, !, # into something else using bothify method).
To revert this behaviour, make sure to pass a callable
function faker_file.base.pystr_format_func in format_func argument
to each correspondent provider or inner function.