Story #19829
Updated by Brett Smith about 2 years ago
Ensure all public classes, methods, and functions in the @arvados.timer@ module have docstrings in "our style":https://dev.arvados.org/projects/arvados/wiki/Coding_Standards#Python-docstrings.
It looks like this module is intended mainly for internal use. Consider marking it internal with a leading underscore if possible. If not, at least note this in the docstrings.