MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / createTempFile

Method createTempFile

pager_lib/smb/SMBHandler.py:89–90  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 raise urllib.error.URLError('smb error: %s' % ex).with_traceback(sys.exc_info()[2])
88
89 def createTempFile(self):
90 return tempfile.TemporaryFile()
91
92 def generateClientMachineName(self):
93 hostname = socket.gethostname()

Callers 1

smb_openMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected