- Bugfixes for singular claim testing support.
This commit is contained in:
@@ -148,6 +148,11 @@ class Claim(object):
|
||||
remark = "Exactly %i %s" % (n,atxt)
|
||||
return remark + "."
|
||||
|
||||
def triplet(self):
|
||||
"""
|
||||
Return protocol,role,label triplet
|
||||
"""
|
||||
return (self.protocol, self.role, self.shortlabel)
|
||||
|
||||
def __str__(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user