Home
last modified time | relevance | path

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

/aosp_15_r20/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,
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_inspect.py1817 class TestGetcallargsMethods(TestGetcallargsFunctions): class
1827 mk = super(TestGetcallargsMethods, self).makeCallable
1831 class TestGetcallargsUnboundMethods(TestGetcallargsMethods):