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

Add a 'description' property to docstrings #83

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Add a 'description' property to docstrings #83

merged 1 commit into from
Mar 15, 2024

Conversation

pR0Ps
Copy link
Contributor

@pR0Ps pR0Ps commented Oct 1, 2023

Adds the ability to access the full description of a parsed docstring. This is the short description, an optional newline, and the long description added together.

Adds the ability to access the full description of a parsed docstring.
This is the short description, an optional newline, and the long
description added together.
@pR0Ps
Copy link
Contributor Author

pR0Ps commented Jan 16, 2024

@rr- Anything else you'd like to see from this? I went with a method that uses a temporary list to collect up the string before joining it at the end because it made the logic easier to understand, but I could also write it in a way that skips the intermediary list if you prefer.

@rr- rr- merged commit a12cca9 into rr-:master Mar 15, 2024
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.

None yet

2 participants