我们从Python开源项目中,提取了以下6个代码示例,用于说明如何使用pygments.formatter()。
def __init__(self, rststyle_function, escape_function): pygments.formatter.Formatter.__init__(self) self.rststyle_function = rststyle_function self.escape_function = escape_function