Skip to content

Commit

Permalink
Deploying to gh-pages from @ d915899 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Oct 12, 2024
1 parent e4b3b47 commit 6ff6c4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dev/classformatron_1_1formats_1_1json_1_1JsonExtractor.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,10 @@ <h2 class="memtitle"><span class="permalink"><a href="#a7a51edd3cc7c24370c809d91
<li>tuple[T1,T2,...] where T1,T2,... are supported types. The order, type and number of elements will be preserved.</li>
<li>typing.Literal[x1,x2,...] where x1, x2, ... are instances of int, string, bool or NoneType, or another typing.Literal[y1,y2,...]</li>
<li>typing.Union[T1,T2,...] where T1,T2,... are supported types.</li>
<li>schemas.Schema where all its fields' data types are supported. Recursive schema definitions are supported as well.</li>
<li>schemas.Schema where all its fields' data types are supported. Recursive schema definitions are supported as well.<ul>
<li><em>Warning</em>: while not required field is supported, they can lead to very slow performance and/or enormous memory consumption if there are too many of them!</li>
</ul>
</li>
</ul>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
Expand Down
2 changes: 1 addition & 1 deletion dev/json_8py_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
<div class="line"><a id="l00447" name="l00447"></a><span class="lineno"> 447</span><span class="stringliteral"> - typing.Literal[x1,x2,...] where x1, x2, ... are instances of int, string, bool or NoneType, or another typing.Literal[y1,y2,...]</span></div>
<div class="line"><a id="l00448" name="l00448"></a><span class="lineno"> 448</span><span class="stringliteral"> - typing.Union[T1,T2,...] where T1,T2,... are supported types.</span></div>
<div class="line"><a id="l00449" name="l00449"></a><span class="lineno"> 449</span><span class="stringliteral"> - schemas.Schema where all its fields&#39; data types are supported. Recursive schema definitions are supported as well.</span></div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span><span class="stringliteral"></span> </div>
<div class="line"><a id="l00450" name="l00450"></a><span class="lineno"> 450</span><span class="stringliteral"> - *Warning*: while not required field is supported, they can lead to very slow performance and/or enormous memory consumption if there are too many of them!</span></div>
<div class="line"><a id="l00451" name="l00451"></a><span class="lineno"> 451</span><span class="stringliteral"> Args:</span></div>
<div class="line"><a id="l00452" name="l00452"></a><span class="lineno"> 452</span><span class="stringliteral"> nonterminal: The nonterminal representing the extractor.</span></div>
<div class="line"><a id="l00453" name="l00453"></a><span class="lineno"> 453</span><span class="stringliteral"> capture_name: The capture name of the extractor, or `None` if the extractor does not capture.</span></div>
Expand Down

0 comments on commit 6ff6c4b

Please sign in to comment.