8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9947aca commit 3fd12f3Copy full SHA for 3fd12f3
doc/source/f2py/usage.rst
@@ -31,6 +31,9 @@ To scan Fortran sources and generate a signature file, use
31
either specify which routines should be wrapped (in the ``only: .. :`` part)
32
or which routines F2PY should ignore (in the ``skip: .. :`` part).
33
34
+ F2PY has no concept of a "per-file" ``skip`` or ``only`` list, so if functions
35
+ are listed in ``only``, no other functions will be taken from any other files.
36
+
37
If ``<filename.pyf>`` is specified as ``stdout``, then signatures are written to
38
standard output instead of a file.
39
0 commit comments