Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Dec 14, 2021
1 parent 1137f95 commit 04eb250
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/piston_rspy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ <h3>Instance variables</h3>
<dd>
<div class="desc"><p><code><a title="piston_rspy.ExecResult" href="#piston_rspy.ExecResult">ExecResult</a></code>: The result Piston sends detailing execution.</p></div>
</dd>
<dt id="piston_rspy.ExecResponse.status"><code class="name">var <span class="ident">status</span></code></dt>
<dd>
<div class="desc"><p><code>int</code>: The response status returned by Piston.</p></div>
</dd>
<dt id="piston_rspy.ExecResponse.version"><code class="name">var <span class="ident">version</span></code></dt>
<dd>
<div class="desc"><p><code>str</code>: The version of the language that was used.</p></div>
Expand Down Expand Up @@ -254,7 +258,7 @@ <h3 id="returns">Returns:</h3>
</dd>
<dt id="piston_rspy.Executor"><code class="flex name class">
<span>class <span class="ident">Executor</span></span>
<span>(</span><span>language: str = '', version: str = '', files: list = [], stdin: str = '', args: list = [], compile_timeout: int = 10000, run_timeout: int = 3000, compile_memory_limit: int = -1, run_memory_limit: int = -1, /)</span>
<span>(</span><span>language: str = '', version: str = '*', files: list = [], stdin: str = '', args: list = [], compile_timeout: int = 10000, run_timeout: int = 3000, compile_memory_limit: int = -1, run_memory_limit: int = -1, /)</span>
</code></dt>
<dd>
<div class="desc"><p>&ndash;</p>
Expand Down Expand Up @@ -699,6 +703,7 @@ <h4><code><a title="piston_rspy.ExecResponse" href="#piston_rspy.ExecResponse">E
<li><code><a title="piston_rspy.ExecResponse.is_ok" href="#piston_rspy.ExecResponse.is_ok">is_ok</a></code></li>
<li><code><a title="piston_rspy.ExecResponse.language" href="#piston_rspy.ExecResponse.language">language</a></code></li>
<li><code><a title="piston_rspy.ExecResponse.run" href="#piston_rspy.ExecResponse.run">run</a></code></li>
<li><code><a title="piston_rspy.ExecResponse.status" href="#piston_rspy.ExecResponse.status">status</a></code></li>
<li><code><a title="piston_rspy.ExecResponse.version" href="#piston_rspy.ExecResponse.version">version</a></code></li>
</ul>
</li>
Expand Down

0 comments on commit 04eb250

Please sign in to comment.