Пример #1
0
 def do_dc_subject(self):
   return text() # duplicates allowed
Пример #2
0
 def do_dc_creator(self):
   return text()
Пример #3
0
 def do_dc_subject(self):
   return text() # duplicates allowed
Пример #4
0
 def do_dc_creator(self):
   return text()
Пример #5
0
 def leaf(self):
     from validators import text
     return text()
Пример #6
0
 def leaf(self):
   from validators import text
   return text()