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

  /external/python/cpython3/Lib/email/
headerregistry.py 199 kwds['decoded'] = utils._sanitize(kwds['decoded'])
453 kwds['params'] = {utils._sanitize(name).lower():
454 utils._sanitize(value)
472 self._maintype = utils._sanitize(self._parse_tree.maintype)
473 self._subtype = utils._sanitize(self._parse_tree.subtype)
495 self._content_disposition = cd if cd is None else utils._sanitize(cd)
516 self._cte = utils._sanitize(self._parse_tree.cte)
utils.py 64 def _sanitize(string): function

Completed in 516 milliseconds