You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Observable class lacks docstrings for most of its methods. While some might be considered self-explanatory (depending on a person's background), many are not, such as Observable.partition(). Even short @property functions could still benefit from having fully written out explanations of what the property is.
Proposed Solution
Add descriptive docstrings for each method.
The text was updated successfully, but these errors were encountered:
Issue Description
The
Observable class
lacks docstrings for most of its methods. While some might be considered self-explanatory (depending on a person's background), many are not, such asObservable.partition()
. Even short@property
functions could still benefit from having fully written out explanations of what the property is.Proposed Solution
Add descriptive docstrings for each method.
The text was updated successfully, but these errors were encountered: