예제 #1
0
파일: rdf.py 프로젝트: 200895045/NewsBlur
 def do_dc_subject(self):
   return text() # duplicates allowed
예제 #2
0
파일: rdf.py 프로젝트: 200895045/NewsBlur
 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()