pyccel.plugins package#
Subpackages#
Submodules#
- pyccel.plugins.hookspecs module
add_cli_options()get_build_generation_class()get_codegen_class()get_description()get_extra_accelerators()get_updated_build_generation_methods()get_updated_codegen_methods()get_updated_semantic_methods()get_updated_syntactic_methods()get_updated_wrapper_codegen_methods()get_updated_wrapper_methods()get_wrapper_class()get_wrapper_codegen_class()read_cli_arguments()
- pyccel.plugins.plugin_tools module
Module contents#
Hook implementation marker for pyccel plugins.
This module exposes the hookimpl decorator used to mark functions
in a plugin module as implementations of pyccel’s plugin hooks defined
in pyccel.plugins.hookspecs.