Part of bzrlib.symbol_versioning View In Hierarchy
| Method | __init__ | Create a dict that warns when read or modified. |
| Parameters | deprecation_version | string for the warning format to raise, typically from deprecated_in() |
| initial_value | The contents of the dict | |
| variable_name | This allows better warnings to be printed | |
| advice | String of advice on what callers should do instead of using this variable. |