Project

General

Profile

Feature #19829

Updated by Brett Smith over 1 year 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.

Back