We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed1f5c commit af92bb3Copy full SHA for af92bb3
jack.py
@@ -1798,6 +1798,7 @@ def clear(self):
1798
while self._portlist:
1799
self._portlist[0].unregister()
1800
1801
+
1802
class Status(object):
1803
1804
"""Representation of the JACK status bits."""
@@ -1810,7 +1811,7 @@ def __repr__(self):
1810
1811
if not name.startswith('_') and getattr(self, name))
1812
if not flags:
1813
flags = "no flags set"
- return "<JACK status 0x{0:x}: {1}>".format(self._code, flags)
1814
+ return "<jack.Status 0x{0:x}: {1}>".format(self._code, flags)
1815
1816
@property
1817
def failure(self):
0 commit comments