We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a248f commit b1aefbdCopy full SHA for b1aefbd
pyee/uplift.py
@@ -136,10 +136,10 @@ def uplift(
136
`new_listener` events are treated:
137
138
- 'forward': `new_listener` events are propagated from the underlying
139
+ event emitter to the new event emitter but not vice versa.
140
- 'both': `new_listener` events are propagated as with other events.
141
- 'neither': `new_listener` events are only fired on their respective
142
event emitters.
- event emitter to the new event emitter but not vice versa.
143
- 'backward': `new_listener` events are propagated from the new event
144
emitter to the underlying event emitter, but not vice versa.
145
0 commit comments