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