Searched defs:side_effect (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_finalization.py | 91 def side_effect(self): member in NonGCSimpleBase |
/third_party/python/Lib/tkinter/test/test_tkinter/ | ||
D | test_variables.py | 15 side_effect = False variable in Var |
/third_party/python/Lib/unittest/ | ||
D | mock.py | 574 side_effect = property(__get_side_effect, __set_side_effect) variable in NonCallableMock |
/third_party/python/Lib/unittest/test/testmock/ | ||
D | testmock.py | 176 def side_effect(): function |