spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
135 stars 26 forks source link

Make TransportState class hashable #71

Closed SpotlightKid closed 5 years ago

SpotlightKid commented 5 years ago

This allows instances to be used as dict keys, without breaking encapsulation by accessing the internal attribute _code directly.

Signed-off-by: Christopher Arndt chris@chrisarndt.de

mgeier commented 5 years ago

Thanks!