コード例 #1
0
ファイル: python_client.py プロジェクト: PyOrSquare/SFCIQA01
 def executeanonymous(self, code):
     res = BaseClient.executeanonymous(self, code)
     data = dict()
     logging.info( res )
     return data