Searched refs:native_concat (Results 1 – 3 of 3) sorted by relevance
11 def native_concat(nodes): function121 val = repr(native_concat(item))163 format.append(native_concat(item).replace('%', '%%'))209 return native_concat(self.root_render_func(self.new_context(vars)))
13 def native_concat(nodes): function89 return native_concat(self.root_render_func(self.new_context(vars)))
16 def native_concat(values: t.Iterable[t.Any]) -> t.Optional[t.Any]: function92 concat = staticmethod(native_concat) # type: ignore