email.message.Message.get_boundary()

get_boundary(failobj=None)

Return the value of the boundary parameter of the Content-Type header of the message, or failobj if either the header is missing, or has no boundary parameter. The returned string will always be unquoted as per email.utils.unquote().

doc_python
2016-10-07 17:32:40
Comments
Leave a Comment

Please login to continue.