diff --git a/docs/piston_rspy/index.html b/docs/piston_rspy/index.html index f09a97b..0873ce4 100644 --- a/docs/piston_rspy/index.html +++ b/docs/piston_rspy/index.html @@ -9,9 +9,9 @@ - - - + + + @@ -23,28 +23,6 @@
piston_rspy
piston_rspy
- Python bindings for piston_rs
.
"""`piston_rspy` - Python bindings for `piston_rs`."""
-
-from __future__ import annotations
-
-__all__: list[str] = [
- "Runtime",
- "File",
- "ExecResult",
- "ExecResponse",
- "Executor",
- "Client",
-]
-
-__pdoc__: dict[str, bool] = {}
-__pdoc__["piston_rspy.piston_rspy"] = False
-
-from .piston_rspy import *
-RuntimeError
: If the request to Piston failed.
-def get_headers(self) ‑> dict[str, str]
-
–
-The headers being sent with requests.
-dict[str, str]
: The headers.
-def get_url(self) ‑> str
-
–
-The base url for the Piston v2 api.
-str
: The url.
@@ -781,8 +737,6 @@ Client
execute
fetch_runtimes
-get_headers
-get_url
headers
url
with_key