示例#1
0
 def classified_by(self):
     return reader.parse_classified_by(self.content)
示例#2
0
 def check(expected, content, normalize):
     if not isinstance(expected, tuple):
         expected = (expected, )
     eq_(expected, tuple(parse_classified_by(content, normalize)))
示例#3
0
 def classified_by(self):
     return reader.parse_classified_by(self.content)
 def check(expected, content, normalize):
     if not isinstance(expected, tuple):
         expected = (expected,)
     eq_(expected, tuple(parse_classified_by(content, normalize)))