Skip to content

Add docstrings to pyiceberg/table/inspect.py#3457

Open
RyukR1 wants to merge 1 commit into
apache:mainfrom
RyukR1:add-docstrings-inspect-py
Open

Add docstrings to pyiceberg/table/inspect.py#3457
RyukR1 wants to merge 1 commit into
apache:mainfrom
RyukR1:add-docstrings-inspect-py

Conversation

@RyukR1
Copy link
Copy Markdown

@RyukR1 RyukR1 commented Jun 4, 2026

closes #1191

Rationale for this change

pyiceberg/table/inspect.py had no docstrings on any of its public
or private methods. This PR adds Google-style docstrings to all
methods of the InspectTable class, including the class-level
docstring. This improves discoverability and makes the API
self-documenting.

Are these changes tested?

  • make test — 296 table tests pass ✅
  • make lint — all 12 checks pass including pydocstyle and mypy

Are there any user-facing changes?

No. Docstrings only — no behavior or API changes.

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.

Add Docstrings to pyiceberg/table/inspect.py

1 participant