Searched refs:raiser (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_raise.py | 233 def raiser(self): member in TestTracebackType 238 self.raiser() |
H A D | test_mailbox.py | 119 def raiser(*args, **kw): function 121 support.patch(self, email.generator.BytesGenerator, 'flatten', raiser) |
H A D | test_shutil.py | 375 def raiser(fn, *args, **kwargs): function 380 os.lstat = raiser |
/third_party/python/Lib/unittest/test/testmock/ | ||
H A D | testhelpers.py | 772 raiser = Raiser() variable in SpecSignatureTest.test_skip_attributeerrors.RaiserClass 784 # check we can fetch the raiser attribute and it has no spec 785 obj = s.raiser |
Completed in 10 milliseconds