This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
5e85d4cb39
v
/
examples
/
call_v_from_python
/
test.py
5 lines
101 B
Python
Raw
Blame
History
from
ctypes
import
*
so_file
=
"
./test.so
"
my_functions
=
CDLL
(
so_file
)
print
(
my_functions
.
square
(
10
)
)
Reference in New Issue
View Git Blame
Copy Permalink