Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_inspect.py871 class TestGetcallargsMethods(TestGetcallargsFunctions): class
881 mk = super(TestGetcallargsMethods, self).makeCallable
885 class TestGetcallargsUnboundMethods(TestGetcallargsMethods):
909 TestGetcallargsMethods, TestGetcallargsUnboundMethods,
/external/python/cpython3/Lib/test/
Dtest_inspect.py1473 class TestGetcallargsMethods(TestGetcallargsFunctions): class
1483 mk = super(TestGetcallargsMethods, self).makeCallable
1487 class TestGetcallargsUnboundMethods(TestGetcallargsMethods):
3822 TestGetcallargsFunctions, TestGetcallargsMethods,