Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved documentation for real_asyncio parameter and added docstrings #565

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joethesaint
Copy link

@joethesaint joethesaint commented Jan 2, 2025

Fixes #561

Add documentation for the real_asyncio parameter and improve API documentation.

  • README.rst

    • Add documentation for the real_asyncio parameter in the "Usage" section.
    • Add succinct API documentation with all options listed in the "Usage" section.
  • freezegun/api.py

    • Add docstrings to the _freeze_time class and its methods.
    • Add docstrings to the freeze_time function.
  • CHANGELOG

    • Add an entry mentioning the real_asyncio parameter in the "1.4.0" section.

For more details, open the Copilot Workspace session.

Fixes spulec#561

Add documentation for the `real_asyncio` parameter and improve API documentation.

* **README.rst**
  - Add documentation for the `real_asyncio` parameter in the "Usage" section.
  - Add succinct API documentation with all options listed in the "Usage" section.

* **freezegun/api.py**
  - Add docstrings to the `_freeze_time` class and its methods.
  - Add docstrings to the `freeze_time` function.

* **CHANGELOG**
  - Add an entry mentioning the `real_asyncio` parameter in the "1.4.0" section.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/spulec/freezegun/issues/561?shareId=XXXX-XXXX-XXXX-XXXX).
Fixes spulec#561

Add documentation for the `real_asyncio` parameter and improve API documentation.

* README.rst
  - Add documentation for the `real_asyncio` parameter in the "Usage" section.
  - Add succinct API documentation with all options listed in the "Usage" section.

* freezegun/api.py
  - Add docstrings to the `_freeze_time` class and its methods.
  - Add docstrings to the `freeze_time` function.

* CHANGELOG
  - Add an entry mentioning the `real_asyncio` parameter in the "1.4.0" section.

---
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.

Improved documentation (undocumented features, docstrings, API documentation)
1 participant