You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
I'd like to verify docstrings from C extensions, if possible with pep257. Is there a (simple) way to do this?
I guess that I should first build and import the C extension, which is not a problem in my case. Can I somehow pass a docstring (e.g. from an imported module) to a checker function in pep257? I know that pep257 is designed as a static code checker but it would be nice to use it in other circumstances as well, even if that involves a little hacking.
The text was updated successfully, but these errors were encountered:
I'd like to verify docstrings from C extensions, if possible with pep257. Is there a (simple) way to do this?
I guess that I should first build and import the C extension, which is not a problem in my case. Can I somehow pass a docstring (e.g. from an imported module) to a checker function in pep257? I know that pep257 is designed as a static code checker but it would be nice to use it in other circumstances as well, even if that involves a little hacking.
The text was updated successfully, but these errors were encountered: