예제 #1
0
import Cpyx
Cpyx.cpyx('example', 'example_c', use_distutils=True)

import example

example.test(1, 2)
예제 #2
0
import Cpyx
Cpyx.cpyx('numpy_example', 'numpy_example_c', use_distutils=True)

import numpy_example

numpy_example.numpy_test()