我们从Python开源项目中,提取了以下27个代码示例,用于说明如何使用jinja2._compat.intern()。
def __new__(cls, lineno, type, value): return tuple.__new__(cls, (lineno, intern(str(type)), value))