我们从Python开源项目中,提取了以下50个代码示例,用于说明如何使用jinja2.compiler.CodeGenerator.__init__()。
def __init__(self, environment): CodeGenerator.__init__(self, environment, '<introspection>', '<introspection>') self.undeclared_identifiers = set()