utils.preprocess_wildcards ========================== Back to :doc:`Module page <../modules/utils>` Summary ------- No docstring summary available. Signature --------- .. code-block:: python def preprocess_wildcards(input_string, remove_trailing_star = False) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``input_string`` - - - - - - * - ``remove_trailing_star`` - - - False - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- No docstring text available.