Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py326 def check_exceptionobjectargs(self, exctype, args, msg): member in CodecCallbackTest
352 self.check_exceptionobjectargs(
357 self.check_exceptionobjectargs(
362 self.check_exceptionobjectargs(
367 self.check_exceptionobjectargs(
372 self.check_exceptionobjectargs(
378 self.check_exceptionobjectargs(
385 self.check_exceptionobjectargs(
390 self.check_exceptionobjectargs(
397 self.check_exceptionobjectargs(
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py303 def check_exceptionobjectargs(self, exctype, args, msg): member in CodecCallbackTest
329 self.check_exceptionobjectargs(
334 self.check_exceptionobjectargs(
339 self.check_exceptionobjectargs(
344 self.check_exceptionobjectargs(
349 self.check_exceptionobjectargs(
354 self.check_exceptionobjectargs(
361 self.check_exceptionobjectargs(
366 self.check_exceptionobjectargs(
373 self.check_exceptionobjectargs(
[all …]