Part of twisted.python View Source
This is mainly for use of internal Twisted code. We encourage you to use the latest version of Python directly from your code, if possible.
Function | inet_pton | Undocumented |
Function | inet_ntop | Undocumented |
Class | tsafe | No class docstring; 1/1 classes documented |
Class | attrgetter | Undocumented |
Function | execfile | Execute a Python script in the given namespaces. |
Similar to the execfile builtin, but a namespace is mandatory, partly because that's a sensible thing to require, and because otherwise we'd have to do some frame hacking.
This is a compatibility implementation for Python 3 porting, to avoid
the use of the deprecated builtin execfile
function.