module documentation

Undocumented

Function test_twisted_python_deprecate It recognizes Twisted deprecation decorators and add the deprecation info as part of the documentation.
Function test_twisted_python_deprecate_arbitrary_text The deprecated object replacement can be given as a free form text as well, it does not have to be an identifier or an object.
Function test_twisted_python_deprecate_corner_cases It does not crash and report appropriate warnings while handling Twisted deprecation decorators.
Function test_twisted_python_deprecate_security Undocumented
Variable twisted_deprecated_systemcls_param Undocumented
Variable _html_template_with_replacement Undocumented
Variable _html_template_without_replacement Undocumented
@twisted_deprecated_systemcls_param
def test_twisted_python_deprecate(capsys, systemcls): (source)

It recognizes Twisted deprecation decorators and add the deprecation info as part of the documentation.

Parameters
capsys:CapSysUndocumented
systemcls:Type[model.System]Undocumented
@twisted_deprecated_systemcls_param
def test_twisted_python_deprecate_arbitrary_text(capsys, systemcls): (source)

The deprecated object replacement can be given as a free form text as well, it does not have to be an identifier or an object.

Parameters
capsys:CapSysUndocumented
systemcls:Type[model.System]Undocumented
@twisted_deprecated_systemcls_param
def test_twisted_python_deprecate_corner_cases(capsys, systemcls): (source)

It does not crash and report appropriate warnings while handling Twisted deprecation decorators.

Parameters
capsys:CapSysUndocumented
systemcls:Type[model.System]Undocumented
@twisted_deprecated_systemcls_param
def test_twisted_python_deprecate_security(capsys, systemcls): (source)

Undocumented

Parameters
capsys:CapSysUndocumented
systemcls:Type[model.System]Undocumented
twisted_deprecated_systemcls_param = (source)

Undocumented

_html_template_with_replacement: str = (source)

Undocumented

_html_template_without_replacement: str = (source)

Undocumented