Home
last modified time | relevance | path

Searched refs:TestGetcallargsUnboundMethods (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_inspect.py885 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/
Dtest_inspect.py1487 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,