MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / lastpart

Method lastpart

thirdparty/clientform/clientform.py:442–446  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

440 return self.__class__(self._fp)
441
442 def lastpart(self):
443 if self._first_part:
444 self.nextpart()
445 boundary = self._boundary.pop()
446 self._fp.write("\r\n--" + boundary + "--\r\n")
447
448
449class LocateError(ValueError): pass

Callers 2

_request_dataMethod · 0.95
_write_mime_dataMethod · 0.80

Calls 3

nextpartMethod · 0.95
popMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected