示例#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()