Part of twisted.python.deprecate View Source View In Hierarchy
This is intended to be used by _ModuleProxy.
Calling _DeprecatedAttribute.get
will issue a warning and retrieve the underlying attribute's value.
| Instance Variables | module | The original module instance containing this attribute
(type: module
) |
| fqpn | Fully qualified Python name for the deprecated attribute
(type: str
) | |
| version | Version that the attribute was deprecated in
(type: twisted.python.versions.Version
) | |
| message | Deprecation message
(type: str
) |