Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Seems like some of the top level classes and function of Python SDK are unnecessarily public (does not start with _ ). We should update Python SDK so that top level classes and functions that are only used within the corresponding modules are private. Additionally, any top level classes and functions that are not expected to be used by end-users (pipeline/source/ptransform authors) should be clearly documented.