swig/Examples/test-suite/python/cpp11_shared_ptr_template_u...

6 lines
111 B
Python

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