Writing to a NamedTemporaryFile does nothing

后端 未结 0 1413
一个人的身影
一个人的身影 2020-11-22 06:22

The following Python code does not write "This is not getting written" into my NamedTemporaryFile.

import tempfile

with tempfile.NamedTemporaryFile         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题