swig/Examples/test-suite/python/cpp11_shared_ptr_template_upcast_runme.py
2020-01-24 19:54:29 +00:00

5 lines
111 B
Python

from cpp11_shared_ptr_template_upcast import *
pd = MakePrintableDerived(20)
pd.GetResult()
pd.GetFormatted()