Base URL to use when sending requests with relative URLs.
(self)
| 286 | |
| 287 | @property |
| 288 | def base_url(self) -> URL: |
| 289 | class="st">""" |
| 290 | Base URL to use when sending requests with relative URLs. |
| 291 | class="st">""" |
| 292 | return self._base_url |
| 293 | |
| 294 | @base_url.setter |
| 295 | def base_url(self, url: URL | str) -> None: |
nothing calls this directly
no test coverage detected