class documentation

class FakeWrapper: (source)

构造函数: FakeWrapper(*args, **kwds)

查看层次结构

对象,其接口与 textwrap.TextWrapper 兼容,但不进行换行。

方法 __init__ 未记录
方法 fill 未记录
方法 wrap 未记录
def __init__(self, *args, **kwds): (source)

未记录

def fill(self, text): (source)

未记录

def wrap(self, text): (source)

未记录