(self, src_path)
| 322 | return self._get_resource(src_url, resources) |
| 323 | |
| 324 | def get_url_for_static(self, src_path): |
| 325 | return self._get_url(src_path, self.static()) |
| 326 | |
| 327 | def get_url_for_page(self, src_path): |
| 328 | return self._get_url(src_path, self.pages()) |