PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/python/overload_copy_runme.py

#
Python | 3 lines | 3 code | 0 blank | 0 comment | 0 complexity | fe60ad33cfb5a8dd8d8adcf7f06a1ef1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. from overload_copy import *
  2. f = Foo()
  3. g = Foo(f)