pyccel.commands.pyccel_make module
File containing the pyccel make command line interface.
-
pyccel.commands.pyccel_make.pyccel_make(*, language, **kwargs) → None[source]
Call the pyccel make pipeline.
Import and call the pyccel make pipeline.
- Parameters:
-
-
pyccel.commands.pyccel_make.setup_pyccel_make_parser(parser)[source]
Add the pyccel make arguments to the parser.
Add the pyccel make arguments to the parser for command line arguments.
- Parameters:
parser (argparse.ArgumentParser) – The parser to be modified.