pyexlatex.logic.output.api.exc_handler.prepend package

Submodules

pyexlatex.logic.output.api.exc_handler.prepend.cycles module

pyexlatex.logic.output.api.exc_handler.prepend.cycles.get_max_dead_cycles_and_new_num_cycles(cycles_num=None)[source]
Return type

Tuple[MaxDeadCycles, int]

pyexlatex.logic.output.api.exc_handler.prepend.cycles.handle_output_loop_cycles_exception(latex_str, callback, cycles_num=None, **callback_kwargs)[source]

pyexlatex.logic.output.api.exc_handler.prepend.floats module

pyexlatex.logic.output.api.exc_handler.prepend.floats.get_extra_float_and_new_num_floats(extra_floats_num=None)[source]
Return type

Tuple[ExtraFloats, int]

pyexlatex.logic.output.api.exc_handler.prepend.main module

pyexlatex.logic.output.api.exc_handler.prepend.main.add_prepend_items_dict_to_latex_str(prepend_items_dict, latex_str)[source]
Return type

str

pyexlatex.logic.output.api.exc_handler.prepend.main.get_data_to_handle_prepend_exception(exception, prepend_kwarg_dict=None)[source]
Return type

Tuple[Any, Optional[Dict[str, Any]]]

pyexlatex.logic.output.api.exc_handler.prepend.main.get_prepend_kwarg_dict(prepend_kwarg_dict=None)[source]
Return type

Dict[str, Any]

pyexlatex.logic.output.api.exc_handler.prepend.main.handle_prepend_exceptions(exceptions, prepend_kwarg_dict=None, prepend_items_dict=None)[source]
Return type

Tuple[Optional[Dict[type, Any]], Optional[Dict[str, Any]], List[LatexException]]

pyexlatex.logic.output.api.exc_handler.prepend.typing module