Answers the default context for this type of view.
(self)
| 24 | SUPPORTED_CONTEXTS = ('HtmlContext',) |
| 25 | |
| 26 | def _getContext(self): |
| 27 | """Answers the default context for this type of view.""" |
| 28 | return HtmlContext() |
| 29 | |
| 30 | def XXXbuild_scss(self, view, origin=None): |
| 31 | """Build the CSS for this document. Default behavior is to import the |
nothing calls this directly
no test coverage detected