Searched refs:suppress_msvcrt_asserts (Results 1 – 3 of 3) sorted by relevance
412 from test.support import suppress_msvcrt_asserts414 suppress_msvcrt_asserts()
78 support.suppress_msvcrt_asserts(ns.verbose and ns.verbose >= 2)
1498 def suppress_msvcrt_asserts(verbose=False): function