Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
D_mock_backport.py74 def _get_signature_object(func, as_instance, eat_self): argument
87 eat_self = True
95 if eat_self:
/external/python/mock/mock/
Dmock.py155 def _get_signature_object(func, as_instance, eat_self): argument
168 eat_self = True
176 if eat_self:
/external/python/cpython3/Lib/unittest/
Dmock.py84 def _get_signature_object(func, as_instance, eat_self): argument
94 eat_self = True
102 if eat_self: