예제 #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()