Searched refs:_make_c_or_py_source (Results 1 – 1 of 1) sorted by relevance
| /external/python/cffi/cffi/ |
| D | recompiler.py | 1383 def _make_c_or_py_source(ffi, module_name, preamble, target_file, verbose): function 1413 return _make_c_or_py_source(ffi, module_name, preamble, target_c_file, 1417 return _make_c_or_py_source(ffi, module_name, None, target_py_file,
|