Return the non-hashed URL in DEBUG mode.
(self, name, force=False)
| 205 | return unquote(final_url) |
| 206 | |
| 207 | def url(self, name, force=False): |
| 208 | """ |
| 209 | Return the non-hashed URL in DEBUG mode. |
| 210 | """ |
| 211 | return self._url(self.stored_name, name, force) |
| 212 | |
| 213 | def get_comment_blocks(self, content, include_line_comments=False): |
| 214 | """ |