bpod_core.misc.RE_MULTIPLE_UNDERSCORES

bpod_core.misc.RE_MULTIPLE_UNDERSCORES = re.compile('_{2,}')

Match multiple consecutive underscores.