(
self,
url: StrOrURL,
**kwargs: Unpack[_RequestOptions],
)
| 1407 | if sys.version_info >= (3, 11) and TYPE_CHECKING: |
| 1408 | |
| 1409 | def get( |
| 1410 | self, |
| 1411 | url: StrOrURL, |
| 1412 | **kwargs: Unpack[_RequestOptions], |
| 1413 | ) -> "_RequestContextManager": ... |
| 1414 | |
| 1415 | def options( |
| 1416 | self, |