Package twisted :: Package python :: Module compat
[show private | hide private]
[frames | no frames]

Module twisted.python.compat

Compatability module to provide backwards compatability for useful Python features.

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 Summary
  inet_ntop(af, addr)
  inet_pton(af, addr)

Variable Summary
int False
function lstrip
function rstrip
function strip
int True

Variable Details

False

Type:
int
Value:
0                                                                      

lstrip

lstrip = __builtin__.str.lstrip

rstrip

rstrip = __builtin__.str.rstrip

strip

strip = __builtin__.str.strip

True

Type:
int
Value:
1                                                                      

Generated by Epydoc 1.1 on Fri Jun 27 03:45:56 2003 http://epydoc.sf.net