コード例 #1
0
 def run(self, articleList):
     tableObj = ArticleListToTable(self.options).run(articleList)
     return tableoutput.table2json(tableObj, colnames=True)
コード例 #2
0
ファイル: json.py プロジェクト: edisona/amcat
 def run(self, articleList):
     tableObj = ArticleListToTable(self.options).run(articleList)
     return tableoutput.table2json(tableObj, colnames=True)
コード例 #3
0
 def run(self, tableObj):
     return tableoutput.table2json(tableObj, colnames=True)
コード例 #4
0
ファイル: json.py プロジェクト: edisona/amcat
 def run(self, tableObj):
     return tableoutput.table2json(tableObj, colnames=True)