def __init__()

in core/jinja_template.py [0:0]


  def __init__(
      self,
      template_str: str,
      content_varname: str = "content",
      role: str = "user",
      *args,
      **kwargs,