mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 05:24:25 +01:00
pybind11: keep files in tree just for future reference, not properly automated yet
This commit is contained in:
8
userland/libs/pybind11/class_test_main.py
Executable file
8
userland/libs/pybind11/class_test_main.py
Executable 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())
|
||||
Reference in New Issue
Block a user