6901951bc1fd442800dc55f298dacead8edec2e1,scipy/weave/tests/test_scxx_object.py,TestObjectSetAttr,generic_existing,#TestObjectSetAttr#Any#Any#,298

Before Change


        args = ["a"]
        a = Foo()
        a.b = 12345
        res = inline_tools.inline(code,args)
        assert_equal(a.b,desired)

    def generic_new(self, code, desired):
        args = ["a"]

After Change


        args = ["a"]
        a = Foo()
        a.b = 12345
        inline_tools.inline(code,args)
        assert_equal(a.b,desired)

    def generic_new(self, code, desired):
        args = ["a"]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: scipy/scipy
Commit Name: 6901951bc1fd442800dc55f298dacead8edec2e1
Time: 2014-02-16
Author: ralf.gommers@googlemail.com
File Name: scipy/weave/tests/test_scxx_object.py
Class Name: TestObjectSetAttr
Method Name: generic_existing


Project Name: scipy/scipy
Commit Name: 6901951bc1fd442800dc55f298dacead8edec2e1
Time: 2014-02-16
Author: ralf.gommers@googlemail.com
File Name: scipy/weave/tests/test_scxx_object.py
Class Name: TestObjectSetAttr
Method Name: generic_new


Project Name: scipy/scipy
Commit Name: 6901951bc1fd442800dc55f298dacead8edec2e1
Time: 2014-02-16
Author: ralf.gommers@googlemail.com
File Name: scipy/weave/tests/test_scxx_object.py
Class Name: TestObjectDel
Method Name: generic


Project Name: scipy/scipy
Commit Name: 6901951bc1fd442800dc55f298dacead8edec2e1
Time: 2014-02-16
Author: ralf.gommers@googlemail.com
File Name: scipy/weave/tests/test_scxx_object.py
Class Name: TestObjectHasattr
Method Name: test_inline


Project Name: scipy/scipy
Commit Name: 6901951bc1fd442800dc55f298dacead8edec2e1
Time: 2014-02-16
Author: ralf.gommers@googlemail.com
File Name: scipy/weave/tests/test_scxx_object.py
Class Name: TestObjectMcall
Method Name: test_noargs_with_args