Home
last modified time | relevance | path

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

/external/python/asn1crypto/asn1crypto/
D_iri.py217 def _try_unescape(match): function
223 string = re.sub('(?:%[0-9a-fA-F]{2})+', _try_unescape, string)