Skip to content

Add docstrings to pipeweld objects and functions#1654

Open
Copilot wants to merge 2 commits intomainfrom
copilot/add-docstrings-to-pipeweld
Open

Add docstrings to pipeweld objects and functions#1654
Copilot wants to merge 2 commits intomainfrom
copilot/add-docstrings-to-pipeweld

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

The _pipeweld module's public classes and methods lacked docstrings, which also blocks the export-functions --strict hook.

Added docstrings to all undocumented public symbols:

  • containers.py: Series, Parallel, DepGroup classes
  • ops.py: BaseOperation, InsertParallel, InsertSuccessor classes
  • result.py: WeldResult class
  • func.py: Partition, Adder classes, Adder.add(), Adder.partition_component() methods

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/77c2b8c8-97e2-4dbf-ab7b-19f4d090df64

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Add docstrings to pipeweld objects and functions Add docstrings to pipeweld objects and functions Mar 30, 2026
Copilot AI requested a review from nathanjmcdougall March 30, 2026 22:19
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review March 30, 2026 22:22
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Mar 30, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing copilot/add-docstrings-to-pipeweld (9a14231) with main (b438c90)

Open in CodSpeed

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 pipeweld objects and functions

2 participants