HomeSort by relevance Sort by last modified time
    Searched refs:choose_boundary (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 158 self._boundary = boundary or mimetools.choose_boundary()
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
125 def choose_boundary(): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 33 nb = mimetools.choose_boundary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 158 self._boundary = boundary or mimetools.choose_boundary()
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
125 def choose_boundary(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 33 nb = mimetools.choose_boundary()

Completed in 216 milliseconds