jasonrbriggs / stomp.py

“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
Apache License 2.0
492 stars 167 forks source link

refactoring code with Assign Multiple Targets #370

Closed idiomaticrefactoring closed 2 years ago

idiomaticrefactoring commented 2 years ago

refactoring code with Assign Multiple Targets which is more pythonic, concise, readable and efficient;how do think this change which has practical value?

jasonrbriggs commented 2 years ago

Thanks but I don't think this really adds any value.