pyccel.commands.pyccel_config module
Module containing scripts to manage compilation information.
-
pyccel.commands.pyccel_config.pyccel_config(filename, **kwargs)[source]
Call the pyccel config pipeline.
Import and call the pyccel config pipeline.
- Parameters:
-
-
pyccel.commands.pyccel_config.setup_pyccel_config_parser(parser)[source]
Add the pyccel config arguments to the parser.
Add the pyccel config arguments to the parser for command line arguments.
- Parameters:
parser (argparse.ArgumentParser) – The parser to be modified.