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

# · Python · 4 lines · 4 code · 0 blank · 0 comment · 0 complexity · 253d48192e94a88280cfa17d730a1339 MD5 · raw file

  1. from python_append import *
  2. t=Test()
  3. t.func()
  4. t.static_func()