Constant | SQLALCHEMY_WARN_20 |
Undocumented |
Function | _decorate_cls_with_warning |
Undocumented |
Function | _decorate_with_warning |
Wrap a function with a warnings.warn and augmented docstring. |
Function | _sanitize_restructured_text |
Undocumented |
Function | _warn_with_version |
Undocumented |
Function | deprecated |
Decorates a function and issues a deprecation warning on use. |
Function | deprecated_20 |
Undocumented |
Function | deprecated_20_cls |
Undocumented |
Function | deprecated_cls |
Undocumented |
Function | deprecated_params |
Decorates a function to warn on use of certain parameters. |
Function | moved_20 |
Undocumented |
Function | warn_deprecated |
Undocumented |
Function | warn_deprecated_20 |
Undocumented |
Function | warn_deprecated_limited |
Issue a deprecation warning with a parameterized string, limiting the number of registrations. |
Undocumented
Parameters | |
version | Issue version in the warning. |
message | If provided, issue message in the warning. A sensible default is used if not provided. |
add_deprecation_to_docstring | Default True. If False, the wrapped function's __doc__ is left as-is. If True, the 'message' is prepended to the docs if provided, or sensible default if message is omitted. |
warning | Undocumented |
enable_warnings | Undocumented |
Undocumented