Home
last modified time | relevance | path

Searched refs:sep_boundary (Results 1 – 5 of 5) sorted by relevance

/external/python/setuptools/setuptools/command/
Dupload_docs.py106 def _build_part(item, sep_boundary): argument
118 yield sep_boundary
131 sep_boundary = b'\n--' + boundary
132 end_boundary = sep_boundary + b'--'
136 sep_boundary=sep_boundary,
/external/python/cpython3/Lib/distutils/command/
Dupload.py145 sep_boundary = b'\r\n--' + boundary.encode('ascii')
146 end_boundary = sep_boundary + b'--\r\n'
159 body.write(sep_boundary)
Dregister.py258 sep_boundary = '\n--' + boundary
259 end_boundary = sep_boundary + '--'
267 body.write(sep_boundary)
/external/python/cpython2/Lib/distutils/command/
Dupload.py141 sep_boundary = '\r\n--' + boundary
142 end_boundary = sep_boundary + '--\r\n'
155 body.write(sep_boundary)
Dregister.py260 sep_boundary = '\n--' + boundary
261 end_boundary = sep_boundary + '--'
268 chunks.append(sep_boundary)