(self, force_append_slash=False)
| 218 | return str(port) |
| 219 | |
| 220 | def get_full_path(self, force_append_slash=False): |
| 221 | return self._get_full_path(self.path, force_append_slash) |
| 222 | |
| 223 | def get_full_path_info(self, force_append_slash=False): |
| 224 | return self._get_full_path(self.path_info, force_append_slash) |