Update the Python SDK API reference to lightpanda-python 76443ee - #97
Open
github-actions[bot] wants to merge 1 commit into
Open
Update the Python SDK API reference to lightpanda-python 76443ee#97github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
python-reference
branch
2 times, most recently
from
September 6, 2026 06:37
3272ac8 to
b30878b
Compare
github-actions
Bot
force-pushed
the
python-reference
branch
from
September 7, 2026 06:51
b30878b to
4d6d1e9
Compare
cdebled
reviewed
Sep 7, 2026
Comment on lines
+983
to
+988
| **Arguments:** | ||
| - **binary:** Forwarded to the sync class. | ||
| - **env:** Forwarded to the sync class. | ||
| - **verbose:** Forwarded to the sync class. | ||
| - **args:** Forwarded to the sync class. | ||
| - **port:** Forwarded to the sync class. |
Contributor
There was a problem hiding this comment.
I would either write:
- the arguments descriptions again
- or remove these lines
|
|
||
| Usable as a context manager (`async with`). | ||
|
|
||
| Every public method and property of [`BiDiServer`](#bidiserver) exists on `AsyncBiDiServer` with the same name and signature; methods are coroutines to `await`. Only the members `AsyncBiDiServer` adds are listed below. |
Contributor
There was a problem hiding this comment.
move at the beginning of the section? line 969?
Comment on lines
+840
to
846
| **Arguments:** | ||
| - **binary:** Forwarded to the sync class. | ||
| - **env:** Forwarded to the sync class. | ||
| - **verbose:** Forwarded to the sync class. | ||
| - **args:** Forwarded to the sync class. | ||
| - **port:** Forwarded to the sync class. | ||
|
|
Contributor
There was a problem hiding this comment.
I would either write:
- the arguments descriptions again
- or remove these lines
|
|
||
| Usable as a context manager (`async with`). | ||
|
|
||
| Every public method and property of [`CDPServer`](#cdpserver) exists on `AsyncCDPServer` with the same name and signature; methods are coroutines to `await`. Only the members `AsyncCDPServer` adds are listed below. |
Contributor
There was a problem hiding this comment.
to move at the beginning of the section? line 821?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerated
src/content/reference/python.mdxfrom lightpanda-python 76443ee. Served at https://lightpanda.io/docs/reference/python after the website's submodule bump.