Generators that depend on multiple files #506
-
I'm using generators to process Jinja templates into source code, e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey Warren, I think it may be possible with the |
Beta Was this translation helpful? Give feedback.
Hey Warren, I think it may be possible with the
depends
keyword of generator. See for examplelinalg_init_cython_gen
inscipy/linalg/meson.build
. All Cython generators in SciPy depend also on__init__.py
and.pxd
files.