Home
last modified time | relevance | path

Searched refs:make_py_source (Results 1 – 3 of 3) sorted by relevance

/external/python/cffi/testing/cffi1/
Dtest_dlopen.py3 from cffi.recompiler import make_py_source
11 make_py_source(ffi, 'test_simple', str(target))
26 make_py_source(ffi, 'test_valid_global_constant', str(target))
47 e = py.test.raises(VerificationError, make_py_source, ffi,
56 make_py_source(ffi, 'test_typename', str(target))
71 make_py_source(ffi, 'test_enum', str(target))
87 make_py_source(ffi, 'test_struct', str(target))
103 make_py_source(ffi, 'test_include', str(target))
117 make_py_source(ffi2, 'test2_include', str(target2))
133 make_py_source(ffi, 'test_negative_constant', str(target))
[all …]
/external/python/cffi/cffi/
Dsetuptools_ext.py162 updated = recompiler.make_py_source(ffi, module_name, py_file)
Drecompiler.py1455 def make_py_source(ffi, module_name, target_py_file, verbose=False): function
1575 updated = make_py_source(ffi, module_name, c_file,