Adds Connection.qos_semantics_matches_spec

This commit is contained in:
Ask Solem 2014-04-15 17:25:03 +01:00
parent f2b8598674
commit bcda0b2e20
1 changed files with 4 additions and 0 deletions

View File

@ -731,6 +731,10 @@ class Connection(object):
def __exit__(self, *args):
self.release()
@property
def qos_semantics_matches_spec(self):
return self.transport.qos_semantics_matches_spec(self.connection)
@property
def connected(self):
"""Return true if the connection has been established."""