Пример #1
0
    def do_summary(self):
        from content import textConstruct

        return textConstruct(), noduplicates()
Пример #2
0
    def do_title(self):
        from content import textConstruct

        return textConstruct(), noduplicates()
Пример #3
0
 def do_rights(self):
   self.metadata()
   from content import textConstruct
   return textConstruct(), noduplicates()
Пример #4
0
 def do_atom_summary(self):
     from content import textConstruct
     return textConstruct(), noduplicates()
Пример #5
0
 def do_atom_rights(self):
     self.metadata()
     from content import textConstruct
     return textConstruct(), noduplicates()
Пример #6
0
 def do_atom_rights(self):
   from content import textConstruct
   return textConstruct(), noduplicates()
Пример #7
0
 def do_title(self):
     from content import textConstruct
     return textConstruct(), noduplicates()
Пример #8
0
 def do_subtitle(self):
     self.metadata()
     from content import textConstruct
     return textConstruct(), noduplicates()
Пример #9
0
 def do_atom_subtitle(self):
   self.metadata()
   from content import textConstruct
   return textConstruct(), noduplicates()