Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_warnings/
D__init__.py946 def myformatwarning(message, category, filename, lineno, text): function
957 with support.swap_attr(self.module, 'formatwarning', myformatwarning):