/trunk/Examples/test-suite/python/python_append_runme.py
Python | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 253d48192e94a88280cfa17d730a1339 MD5 | raw file
1from python_append import * 2t=Test() 3t.func() 4t.static_func()
1from python_append import * 2t=Test() 3t.func() 4t.static_func()