(self)
| 3355 | return "".join(self._get_resources("html_head")) |
| 3356 | |
| 3357 | def html_body(self) -> str: |
| 3358 | return "".join(self._get_resources("html_body")) |
| 3359 | |
| 3360 | |
| 3361 | class _UIModuleNamespace(object): |
nothing calls this directly
no test coverage detected