Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 358 Bytes

constants.rst

File metadata and controls

7 lines (5 loc) · 358 Bytes

Symbolic Constants

Note

twisted.python.constants has been deprecated in Twisted, and the same code has been spun out into Constantly. The API is identical, just install it from PyPI and replace import twisted.python.constants with import constantly in your code.