.. _f-insetuphelper: module ``pycode.insetup_helper`` ================================ Short summary +++++++++++++ module ``pyquickhelper.pycode.insetup_helper`` Function to use inside setup.py :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------------------------------------+------------------------------------------------------------------------------+ | function | truncated documentation | +=======================================================================================+==============================================================================+ | :func:`_filter_out_warning ` | Filters out (import) warnings from error. | +---------------------------------------------------------------------------------------+------------------------------------------------------------------------------+ | :func:`must_build ` | Determines if the module must be built before running the command in *argv*. | +---------------------------------------------------------------------------------------+------------------------------------------------------------------------------+ | :func:`run_build_ext ` | Runs ``setup.py build_ext --inplace``. | +---------------------------------------------------------------------------------------+------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pycode.insetup_helper :members: :special-members: __init__ :show-inheritance: