Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
join
Method · 0.80
emit
Method · 0.45
Tested by
no test coverage detected