File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -3070,8 +3070,7 @@ <h1 class="title">Module <code>playwright.async_api</code></h1>
3070
3070
)
3071
3071
3072
3072
async def dismiss(self) -> NoneType:
3073
- """Dialog.dismiss
3074
- """
3073
+ """Dialog.dismiss"""
3075
3074
return mapping.from_maybe_impl(await self._impl_obj.dismiss())
3076
3075
3077
3076
@@ -9264,8 +9263,7 @@ <h2 id="returns">Returns</h2>
9264
9263
)
9265
9264
9266
9265
async def dismiss(self) -> NoneType:
9267
- """Dialog.dismiss
9268
- """
9266
+ """Dialog.dismiss"""
9269
9267
return mapping.from_maybe_impl(await self._impl_obj.dismiss())</code></pre>
9270
9268
</details>
9271
9269
<h3>Ancestors</h3>
@@ -9387,8 +9385,7 @@ <h2 id="parameters">Parameters</h2>
9387
9385
<span>Expand source code</span>
9388
9386
</summary>
9389
9387
<pre><code class="python">async def dismiss(self) -> NoneType:
9390
- """Dialog.dismiss
9391
- """
9388
+ """Dialog.dismiss"""
9392
9389
return mapping.from_maybe_impl(await self._impl_obj.dismiss())</code></pre>
9393
9390
</details>
9394
9391
</dd>
Original file line number Diff line number Diff line change @@ -3198,8 +3198,7 @@ <h1 class="title">Module <code>playwright.sync_api</code></h1>
3198
3198
)
3199
3199
3200
3200
def dismiss(self) -> NoneType:
3201
- """Dialog.dismiss
3202
- """
3201
+ """Dialog.dismiss"""
3203
3202
return mapping.from_maybe_impl(self._sync(self._impl_obj.dismiss()))
3204
3203
3205
3204
@@ -9564,8 +9563,7 @@ <h2 id="returns">Returns</h2>
9564
9563
)
9565
9564
9566
9565
def dismiss(self) -> NoneType:
9567
- """Dialog.dismiss
9568
- """
9566
+ """Dialog.dismiss"""
9569
9567
return mapping.from_maybe_impl(self._sync(self._impl_obj.dismiss()))</code></pre>
9570
9568
</details>
9571
9569
<h3>Ancestors</h3>
@@ -9687,8 +9685,7 @@ <h2 id="parameters">Parameters</h2>
9687
9685
<span>Expand source code</span>
9688
9686
</summary>
9689
9687
<pre><code class="python">def dismiss(self) -> NoneType:
9690
- """Dialog.dismiss
9691
- """
9688
+ """Dialog.dismiss"""
9692
9689
return mapping.from_maybe_impl(self._sync(self._impl_obj.dismiss()))</code></pre>
9693
9690
</details>
9694
9691
</dd>
You can’t perform that action at this time.
0 commit comments