Lines Matching refs:failobj
256 .. method:: get(name[, failobj])
259 :meth:`__getitem__` except that optional *failobj* is returned if the
265 .. method:: get_all(name[, failobj])
268 no such named headers in the message, *failobj* is returned (defaults to
371 .. method:: get_params([failobj[, header[, unquote]]])
381 Optional *failobj* is the object to return if there is no
389 .. method:: get_param(param[, failobj[, header[, unquote]]])
393 header or if there is no such parameter, then *failobj* is returned
474 .. method:: get_filename([failobj])
480 neither is found, or the header is missing, then *failobj* is returned.
485 .. method:: get_boundary([failobj])
488 :mailheader:`Content-Type` header of the message, or *failobj* if either
508 .. method:: get_content_charset([failobj])
512 that header has no ``charset`` parameter, *failobj* is returned.
520 .. method:: get_charsets([failobj])
531 will be *failobj*.