Searched refs:TestGetcallargsMethods (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_inspect.py823 class TestGetcallargsMethods(TestGetcallargsFunctions): class in inherits:TestGetcallargsFunctions
833 mk = super(TestGetcallargsMethods, self).makeCallable
837 class TestGetcallargsUnboundMethods(TestGetcallargsMethods):
860 TestGetcallargsFunctions, TestGetcallargsMethods,
/external/python/cpython3/Lib/test/
H A Dtest_inspect.py1364 class TestGetcallargsMethods(TestGetcallargsFunctions): class in inherits:TestGetcallargsFunctions
1374 mk = super(TestGetcallargsMethods, self).makeCallable
1378 class TestGetcallargsUnboundMethods(TestGetcallargsMethods):
3633 TestGetcallargsFunctions, TestGetcallargsMethods,

Completed in 119 milliseconds