/trunk/Examples/test-suite/python/overload_copy_runme.py
Python | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | fe60ad33cfb5a8dd8d8adcf7f06a1ef1 MD5 | raw file
1from overload_copy import * 2f = Foo() 3g = Foo(f)
1from overload_copy import * 2f = Foo() 3g = Foo(f)