Home
last modified time | relevance | path

Searched defs:assertEqualCallArgs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_inspect.py689 def assertEqualCallArgs(self, func, call_params_string, locs=None): member in TestGetcallargsFunctions
891 def assertEqualCallArgs(self, func, call_params_string, locs=None): member in TestGetcallargsUnboundMethods
/external/python/cpython3/Lib/test/
Dtest_inspect.py1275 def assertEqualCallArgs(self, func, call_params_string, locs=None): member in TestGetcallargsFunctions
1493 def assertEqualCallArgs(self, func, call_params_string, locs=None): member in TestGetcallargsUnboundMethods