Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jun 24, 2023
1 parent cf51dde commit 12de851
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions test/testdata/misc_py312.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1 class="modulename">
<section id="NamedTupleExample">
<input id="NamedTupleExample-view-source" class="view-source-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<div class="attr class">

<span class="def">class</span>
<span class="name">NamedTupleExample</span><wbr>(<span class="base">typing.NamedTuple</span>):

Expand All @@ -151,13 +151,13 @@ <h1 class="modulename">

<div id="NamedTupleExample.__init__" class="classattr">
<div class="attr function">

<span class="name">NamedTupleExample</span><span class="signature pdoc-code condensed">(<span class="param"><span class="n">name</span><span class="p">:</span> <span class="nb">str</span>, </span><span class="param"><span class="nb">id</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">3</span></span>)</span>


</div>
<a class="headerlink" href="#NamedTupleExample.__init__"></a>

<div class="docstring"><p>Create new instance of NamedTupleExample(name, id)</p>
</div>

Expand All @@ -167,10 +167,10 @@ <h1 class="modulename">
<div class="attr variable">
<span class="name">name</span><span class="annotation">: str</span>


</div>
<a class="headerlink" href="#NamedTupleExample.name"></a>

<div class="docstring"><p>Name of our example tuple.</p>
</div>

Expand All @@ -180,10 +180,10 @@ <h1 class="modulename">
<div class="attr variable">
<span class="name">id</span><span class="annotation">: int</span>


</div>
<a class="headerlink" href="#NamedTupleExample.id"></a>

<div class="docstring"><p>Alias for field number 1</p>
</div>

Expand All @@ -203,7 +203,7 @@ <h5>Inherited Members</h5>
<section id="Foo">
<input id="Foo-view-source" class="view-source-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<div class="attr class">

<span class="def">class</span>
<span class="name">Foo</span><wbr>(<span class="base">typing.TypedDict</span>):

Expand All @@ -217,16 +217,16 @@ <h5>Inherited Members</h5>
</span></pre></div>




<div id="Foo.a" class="classattr">
<div class="attr variable">
<span class="name">a</span><span class="annotation">: Optional[int]</span>


</div>
<a class="headerlink" href="#Foo.a"></a>

<div class="docstring"><p>First attribute.</p>
</div>

Expand Down Expand Up @@ -255,7 +255,7 @@ <h5>Inherited Members</h5>
<section id="Bar">
<input id="Bar-view-source" class="view-source-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
<div class="attr class">

<span class="def">class</span>
<span class="name">Bar</span><wbr>(<span class="base"><a href="#Foo">Foo</a></span>):

Expand All @@ -281,10 +281,10 @@ <h5>Inherited Members</h5>
<div class="attr variable">
<span class="name">b</span><span class="annotation">: int</span>


</div>
<a class="headerlink" href="#Bar.b"></a>

<div class="docstring"><p>Second attribute.</p>
</div>

Expand All @@ -294,11 +294,11 @@ <h5>Inherited Members</h5>
<div class="attr variable">
<span class="name">c</span><span class="annotation">: str</span>


</div>
<a class="headerlink" href="#Bar.c"></a>



</div>
<div class="inherited">
Expand Down Expand Up @@ -327,4 +327,4 @@ <h5>Inherited Members</h5>
</section>
</main>
</body>
</html>
</html>

0 comments on commit 12de851

Please sign in to comment.