swig/Examples/test-suite/python/charptr_fragment_runme.py

8 lines
216 B
Python

import charptr_fragment
if charptr_fragment.getCharBuf() != "hello":
raise RuntimeError("getCharBuf failed")
if charptr_fragment.getBinaryCharBuf() != "hello":
raise RuntimeError("getBinaryCharBuf failed")