Home
last modified time | relevance | path

Searched defs:myreplace (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dmultibytecodec_support.py111 def myreplace(exc): function
118 def myreplace(exc): function
127 def myreplace(exc): function
133 def myreplace(exc): function
140 def myreplace(exc): function
147 def myreplace(exc): function
160 def myreplace(exc): function
167 def myreplace(exc): function
Dtest_multibytecodec.py42 myreplace = lambda exc: ('', sys.maxsize+1) function
/external/python/cpython2/Lib/test/
Dmultibytecodec_support.py104 def myreplace(exc): function
113 def myreplace(exc): function
119 def myreplace(exc): function
126 def myreplace(exc): function
133 def myreplace(exc): function
146 def myreplace(exc): function
153 def myreplace(exc): function
Dtest_multibytecodec.py41 myreplace = lambda exc: (u'', sys.maxint+1) function