gh-107689: Add docstring to the ctypes array object#107697
Conversation
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
Sorry, something went wrong.
- Add links to `__main__` and `sys.path` where appropriate - Ensure each paragraph never has more than one link to the same thing, to avoid visual clutter from too many links
…7689.oL193x.rst Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
Co-authored-by: Charlie Zhao <zhaoyu_hit@qq.com>
Thanks! Just a little reminder. The docstrings I've seen usually describe functions in the form of "what does this function can do", just like: And it's rare to see "how can we use this function/type": This is probably not a problem that needs to be modified, I know this docstring comes from the official documentation. Aside from this, LGTM! Next step you could wait for review from core devs :) |
Sorry, something went wrong.
sunmy2019
left a comment
There was a problem hiding this comment.
LG! We shall wait for core devs now.
Sorry, something went wrong.
|
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Sorry, something went wrong.
Add a docstring to the ctypes array object. Docs from here were used.
ctypes.Array#107689