(self)
| 3352 | return result |
| 3353 | |
| 3354 | def html_head(self) -> str: |
| 3355 | return "".join(self._get_resources("html_head")) |
| 3356 | |
| 3357 | def html_body(self) -> str: |
| 3358 | return "".join(self._get_resources("html_body")) |
nothing calls this directly
no test coverage detected