Skip to content

Update the Python SDK API reference to lightpanda-python 76443ee - #97

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
python-reference
Open

Update the Python SDK API reference to lightpanda-python 76443ee#97
github-actions[bot] wants to merge 1 commit into
mainfrom
python-reference

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

Regenerated src/content/reference/python.mdx from lightpanda-python 76443ee. Served at https://lightpanda.io/docs/reference/python after the website's submodule bump.

@arrufat
arrufat requested a review from cdebled September 4, 2026 20:08
@github-actions
github-actions Bot force-pushed the python-reference branch 2 times, most recently from 3272ac8 to b30878b Compare September 6, 2026 06:37
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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to move at the beginning of the section? line 821?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant