API

The currently documented publicly exposed API’s for usage in your project are defined below.

Warning

External usage of internal utility functions and modules should be kept to a minimum as they may be altered, refactored or moved to other locations without notice (and without the typical deprecation cycle).

Moves

Renames

debtcollector.renames.renamed_kwarg(old_name, new_name, message=None, version=None, removal_version=None, stacklevel=3)[source]

Decorates a kwarg accepting function to deprecate a renamed kwarg.

Removals

Table Of Contents

Previous topic

Installation

Next topic

Examples

This Page