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

Method nextpart

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

Source from the content-addressed store, hash-verified

431 content_type=content_type)
432
433 def nextpart(self):
434 boundary = self._boundary[-1]
435 if self._first_part:
436 self._first_part = False
437 else:
438 self._fp.write("\r\n")
439 self._fp.write("--" + boundary + "\r\n")
440 return self.__class__(self._fp)
441
442 def lastpart(self):
443 if self._first_part:

Callers 3

lastpartMethod · 0.95
_write_mime_dataMethod · 0.80
_write_mime_dataMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected