Searched refs:emit_python_code (Results 1 – 5 of 5) sorted by relevance
80 ffi.emit_python_code(str(tmpdir.join('re_python_pysrc.py')))168 sub_ffi.emit_python_code(str(tmpdir.join('_re_include_1.py')))235 py.test.raises(VerificationMissing, ffi.emit_python_code,
111 ffi.emit_python_code('xyz.py')118 py.test.raises(IOError, ffi.emit_python_code, 'unexisting/xyz.py')124 ffi.emit_python_code(str(self.udir.join('xyt.py')))
694 def emit_python_code(self, filename): member in FFI
73 * `Issue #357`_: fix ``ffi.emit_python_code()`` which generated a buggy
631 **ffibuilder.emit_python_code(filename):** generate the given .py file (same