Searched refs:TestGetcallargsUnboundMethods (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_inspect.py | 885 class TestGetcallargsUnboundMethods(TestGetcallargsMethods): class 888 super(TestGetcallargsUnboundMethods, self).makeCallable(signature) 892 return super(TestGetcallargsUnboundMethods, self).assertEqualCallArgs( 896 return super(TestGetcallargsUnboundMethods, self).assertEqualException( 909 TestGetcallargsMethods, TestGetcallargsUnboundMethods,
|
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 1487 class TestGetcallargsUnboundMethods(TestGetcallargsMethods): class 1490 super(TestGetcallargsUnboundMethods, self).makeCallable(signature) 1494 return super(TestGetcallargsUnboundMethods, self).assertEqualCallArgs( 1498 return super(TestGetcallargsUnboundMethods, self).assertEqualException( 3823 TestGetcallargsUnboundMethods, TestGetattrStatic, TestGetGeneratorState,
|