pypush icon indicating copy to clipboard operation
pypush copied to clipboard

Rewrite: Minor refactors and documentation

Open JJTech0130 opened this issue 1 year ago • 1 comments

  • Moved FilteredStream to filters.py
  • Renamed reconnect to _reconnect to reflect its non-public nature
  • Added docstrings to many functions

JJTech0130 avatar May 23 '24 13:05 JJTech0130

Before this PR is merged, I want to remove the KNOWN_TOPICS_LOOKUP, and instead directly lookup topics inside lifecycle.py based on current filters only. Maybe keep something for debugging, used for __repr__ only?

JJTech0130 avatar May 28 '24 13:05 JJTech0130