pyee icon indicating copy to clipboard operation
pyee copied to clipboard

Hide private members from `pyee.cls` exports

Open jfhbrook opened this issue 9 months ago • 0 comments

This PR removes the following exports:

  • pyee.cls.Handler
  • pyee.cls.Handlers
  • pyee.cls._bind

These are all private members, and should not be needed by users of pyee.cls. Even so, this should be handled in a major version bump.

jfhbrook avatar Mar 17 '25 18:03 jfhbrook