fix_self_intersections# LayoutValidation.fix_self_intersections(net_list=None)[source]# Find and fix self intersections from a given netlist. Parameters: net_liststr, list, optionalList of nets on which check disjoints. If None is provided then the algorithm will loop on all nets. Returns: bool