lw_pipeline.helper.naming.guess_short_id# lw_pipeline.helper.naming.guess_short_id(module)[source]# Obtain short id (used for a PipelineStep) from the module name. E.g. 00, 01, 02, etc. for files 00_start, 01_continue_1, 02_continue_2, etc. containing the PipelineStep classes. As a fallback, use “00”.