jinja2.environment.CodeGenerator.signature

CodeGenerator.signature(node, frame, extra_kwargs=None)[source]

Writes a function call to the stream for the current node. A leading comma is added automatically. The extra keyword arguments may not include python keywords otherwise a syntax error could occour. The extra keyword arguments should be given as python dict.