Replace @param and @return_type with @docannotate
Open
class:self-contained
priority:low
type:technical-debt
- Dominant language
- Python
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Replace usage of @param and @return_type instead of @docannotate. Docannotate is a newer addition to typedargs and is preferred over the older explicit type annotations.
https://github.com/iotile/coretools/search?q=return_type&unscoped_q=return_type
https://github.com/iotile/coretools/search?q=param&unscoped_q=param
Contributor guide
Assessment
This issue has not been assessed yet.