(self, libraries: _t.List[str])
| 152 | return self._resources.get_all_resources() |
| 153 | |
| 154 | def get_library_css(self, libraries: _t.List[str]): |
| 155 | return self._resources.get_library_resources(libraries) |
| 156 | |
| 157 | |
| 158 | class Scripts: |
nothing calls this directly
no test coverage detected