示例#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())