Example #1
0
 def do_dc_subject(self):
   return text() # duplicates allowed
Example #2
0
 def do_dc_creator(self):
   return text()
Example #3
0
 def do_dc_subject(self):
   return text() # duplicates allowed
Example #4
0
 def do_dc_creator(self):
   return text()
Example #5
0
 def leaf(self):
     from validators import text
     return text()
Example #6
0
 def leaf(self):
   from validators import text
   return text()