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

/external/python/cpython2/Lib/test/
H A Dtest_inspect.py837 class TestGetcallargsUnboundMethods(TestGetcallargsMethods): class in inherits:TestGetcallargsMethods
840 super(TestGetcallargsUnboundMethods, self).makeCallable(signature)
844 return super(TestGetcallargsUnboundMethods, self).assertEqualCallArgs(
848 return super(TestGetcallargsUnboundMethods, self).assertEqualException(
861 TestGetcallargsUnboundMethods)

Completed in 65 milliseconds