vidjilparser.py minor optimise _extract condition
group all checks into a single call to any, to avoid multiple iterations over the same data. Also remove some comparisons that don't seem necessary.
Please register or sign in to comment
group all checks into a single call to any, to avoid multiple iterations over the same data. Also remove some comparisons that don't seem necessary.