コード例 #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
ファイル: base.py プロジェクト: lugrus2000/feedvalidator
 def leaf(self):
     from validators import text
     return text()
コード例 #6
0
ファイル: base.py プロジェクト: mmalone/feedvalidator
 def leaf(self):
   from validators import text
   return text()