Lines Matching refs:set_source
49 # set_source() gives the name of the python extension module to
53 ffibuilder.set_source("_pi_cffi",
64 ``_pi_cffi.c`` contains a copy of the string given in :ref:`set_source() <set_source>`,
79 For more information about the ``cdef()`` and ``set_source()`` methods
194 :ref:`ffibuilder.set_source() <set_source>`. Then in the main program you write
214 ffibuilder.set_source("_example",
237 struct passwd *get_pw_for_root(void); // defined in set_source()
247 :ref:`set_source() <set_source>` is ``None`` or not.)
336 ffibuilder.set_source("_pi", # name of the output C extension
387 ffibuilder.set_source("_example",
442 ffibuilder.set_source("_simple_example", None)
499 The out-of-line variant with :ref:`set_source("modname", "C header") <set_source>` is
524 ffibuilder.set_source("my_plugin", "")
579 :ref:`set_source() <set_source>`, but never need to say which symbol comes
581 Other common arguments to ``set_source()`` include ``library_dirs`` and
612 hood: this example uses :ref:`set_source(..., "C source...") <set_source>` and never
623 Note that the "C source" part from ``set_source()`` can contain