Home
last modified time | relevance | path

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

/aosp_15_r20/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,
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_inspect.py1831 class TestGetcallargsUnboundMethods(TestGetcallargsMethods): class
1834 super(TestGetcallargsUnboundMethods, self).makeCallable(signature)
1838 return super(TestGetcallargsUnboundMethods, self).assertEqualCallArgs(
1842 return super(TestGetcallargsUnboundMethods, self).assertEqualException(