class documentation

class FakeWrapper: (source)

Constructor: FakeWrapper(*args, **kwds)

View In Hierarchy

Object whose interface is compatible with textwrap.TextWrapper but does no wrapping.

Method __init__ Undocumented
Method fill Undocumented
Method wrap Undocumented
def __init__(self, *args, **kwds): (source)

Undocumented

def fill(self, text): (source)

Undocumented

def wrap(self, text): (source)

Undocumented