honey-team / ufpy

Ufpy (Useful Python) - package for Python with some useful features
https://honey-team.github.io/ufpy-website
MIT License
3 stars 3 forks source link

UList #46

Open mbutsk opened 2 months ago

mbutsk commented 2 months ago

Add UList

closes #6

Summary by Sourcery

This pull request introduces the UList class for enhanced list manipulation and adds comprehensive docstrings to the UDict class methods for better documentation.

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request introduces a new UList class for enhanced list operations and adds comprehensive docstrings to the UDict class for better documentation. The __init__.py file is updated to include the new ulist module.

File-Level Changes

Files Changes
ufpy/udict.py Added comprehensive docstrings to all methods and properties in the UDict class for better documentation and readability.
ufpy/__init__.py
ufpy/ulist.py
Introduced a new UList class in ulist.py for enhanced list operations and updated __init__.py to include the new module.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.