xref
: /
buildroot
/
support
/
testing
/
tests
/
package
/
sample_python_pybind.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
env
python3
2
import
example
3
print
(
example
.
add
(
1
,
2
))
4
print
(
example
.
says
)
5