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