MCPcopy Create free account
hub / github.com/webpy/webpy / emit

Method emit

web/template.py:734–735  ·  view source on GitHub ↗
(self, indent, text_indent="")

Source from the content-addressed store, hash-verified

732 self.sections = sections
733
734 def emit(self, indent, text_indent=""):
735 return "\n" + "".join([s.emit(indent, text_indent) for s in self.sections])
736
737 def __repr__(self):
738 return repr(self.sections)

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
emitMethod · 0.45

Tested by

no test coverage detected