Exemplo n.º 1
0
    def do_summary(self):
        from content import textConstruct

        return textConstruct(), noduplicates()
Exemplo n.º 2
0
    def do_title(self):
        from content import textConstruct

        return textConstruct(), noduplicates()
Exemplo n.º 3
0
 def do_rights(self):
   self.metadata()
   from content import textConstruct
   return textConstruct(), noduplicates()
Exemplo n.º 4
0
 def do_atom_summary(self):
     from content import textConstruct
     return textConstruct(), noduplicates()
Exemplo n.º 5
0
 def do_atom_rights(self):
     self.metadata()
     from content import textConstruct
     return textConstruct(), noduplicates()
Exemplo n.º 6
0
 def do_atom_rights(self):
   from content import textConstruct
   return textConstruct(), noduplicates()
Exemplo n.º 7
0
 def do_title(self):
     from content import textConstruct
     return textConstruct(), noduplicates()
Exemplo n.º 8
0
 def do_subtitle(self):
     self.metadata()
     from content import textConstruct
     return textConstruct(), noduplicates()
Exemplo n.º 9
0
 def do_atom_subtitle(self):
   self.metadata()
   from content import textConstruct
   return textConstruct(), noduplicates()