Namespaces | |
| deprecation | |
Functions | |
| def | deprecation.__deprecated_with_msg (func, msg) |
| def | deprecation.deprecated (msg=msg_seedoc) |
| This is a decorator which can be used to mark functions as deprecated. More... | |
| def | deprecation.deprecated_module (msg=msg_seedoc) |
| This function can be used to mark a module as deprecated. More... | |
| def | deprecation.is_called_by_sphinx () |
| Determine if the calling code is ultimately called by sphinx to generate documentation. More... | |
| def | deprecation.__show_colored_warning (message, category, filename, lineno, file=None, line=None) |
Variables | |
| string | deprecation.msg_seedoc = "See documentation for possible replacements." |