コード例 #1
0
ファイル: proxy.py プロジェクト: Kuznitsin/grab
 def generate_plist_file(self, data=DEFAULT_PLIST_DATA):
     path = get_temp_file()
     with open(path, 'w') as out:
         out.write(data)
     return path
コード例 #2
0
 def test_constructor(self):
     path = get_temp_file()
     dumper = MysqlCSVDumper(path)
コード例 #3
0
ファイル: proxy.py プロジェクト: subeax/grab
 def generate_plist_file(self, data=DEFAULT_PLIST_DATA):
     path = get_temp_file()
     with open(path, 'w') as out:
         out.write(data)
     return path
コード例 #4
0
 def test_constructor(self):
     path = get_temp_file()
     dumper = MysqlCSVDumper(path)