コード例 #1
0
    def test_redirects_to_wrapped_methods(self):
        wrapper = DescriptorDecoratorBase(DescriptorDecorator_Base_Test.Wrapped())

        self.assertTrue(wrapper.other_method())
コード例 #2
0
    def test_redirects_to_wrapped_methods(self):
        wrapper = DescriptorDecoratorBase(DescriptorDecorator_Base_Test.Wrapped())

        self.assertTrue(wrapper.other_method())