Project

General

Profile

Feature #19828

Updated by Brett Smith over 1 year ago

Ensure all public classes, methods, and functions in the @arvados.stream@ module have docstrings in "our style":https://dev.arvados.org/projects/arvados/wiki/Coding_Standards#Python-docstrings. 

 Consider marking this module as internal if possible, with a leading underscore. If not, consider marking the classes and methods either internal or deprecated, if appropriate.

Back