コード例 #1
0
 def input_to_file(self, path_to_file, temporary=True):
     content.write_file(path_to_file, self())
コード例 #2
0
ファイル: fake_env.py プロジェクト: pubs/pubs
 def input_to_file(self, path_to_file, temporary=True):
     content.write_file(path_to_file, self())