demopkg.compat
Backwards compatible aliases, without an __all__.
The public surface of this module is inferred: legacy_name and LEGACY_LIMIT
are public, _shim is private, and Report is an import (so it is only shown
when imported members are not filtered out).
Attributes
| Name | Description |
|---|---|
LEGACY_LIMIT | Largest report size the old API accepted. |
Functions
| Name | Description |
|---|---|
legacy_name | Return the name the old API would have used. |
LEGACY_LIMITattributemodule attribute#
LEGACY_LIMIT = 100Largest report size the old API accepted.