We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb0b22 commit 4800d60Copy full SHA for 4800d60
stubs/requests/@tests/test_cases/check_post.py
@@ -61,3 +61,4 @@ def gen() -> Iterable[bytes]:
61
requests.post("http://httpbin.org/anything", data=(("foo", "bar"),)).json()["form"]
62
63
foo: packaging.version.Version
64
+x = requests.does_not_exist.how_fun()
0 commit comments