pybind11: keep files in tree just for future reference, not properly automated yet

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-19 00:00:00 +00:00
parent e33f6d5bf9
commit 756ecea195
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
import class_test
my_class_test = class_test.ClassTest("abc");
print(my_class_test.getName())
my_class_test.setName("012")
print(my_class_test.getName())