MCPcopy Create free account
hub / github.com/WebODM/WebODM / temporary_file_path

Method temporary_file_path

app/uploadhandler.py:46–50  ·  view source on GitHub ↗

Returns the full path of this file.

(self)

Source from the content-addressed store, hash-verified

44 super(ClosedTemporaryUploadedFile, self).__init__(file, name, content_type, size, charset, content_type_extra)
45
46 def temporary_file_path(self):
47 """
48 Returns the full path of this file.
49 """
50 return self.file.name
51
52 def close(self):
53 try:

Callers 5

plugin_uploadMethod · 0.80
postMethod · 0.80
postMethod · 0.80
postMethod · 0.80
handle_images_uploadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected