pydocstring icon indicating copy to clipboard operation
pydocstring copied to clipboard

Python package for autogenerating python docstrings, and switching between common docstring formats

Results 8 pydocstring issues
Sort by recently updated
recently updated
newest added

Playing around with ideas on separating out the ingestion of the source input from the actual formatting of the docstring To Do: * Add docstrings back to all the main...

Move the different docstring style options into an enum for easier referencing through the code

".../pydocstring/pydocstring/formatter.py" is overriding the stdlib module "formatter"PylancereportShadowedImports Also: * removed unused imports * added types to functions * removed references to google from the docs (since it isn't only google)...

Hi! I wanted to try this module, version 0.2.1 on my linux machine, but when it detects line like: ``` def configure_channels(self, ch: typing.List[str], all_ch: bool = False): ``` Then...