Ejemplo n.º 1
0
 def references(self):
     return reader.parse_references(self.content, self.created[:4], self.reference_id)
Ejemplo n.º 2
0
 def references(self):
     return reader.parse_references(self.content, self.created[:4],
                                    self.reference_id)
Ejemplo n.º 3
0
 def check(content, year, expected):
     eq_(expected, parse_references(content, year))
Ejemplo n.º 4
0
 def check(content, year, expected):
     eq_(expected, parse_references(content, year))