Home
last modified time | relevance | path

Searched refs:inds_highl (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/agilepy/lib_wx/
H A Dtest_glcanvas.py854 def highlight(self, inds_highl): argument
855 …self.colors_highl = np.repeat(self.c_highl*np.array(inds_highl, dtype=np.float32), 4).reshape(-1, …
H A Dogleditor.py1822 inds_highl = self._inds # np.flatnonzero(self.are_highlighted.value)
1828 inds_highl = self._inds[ids]
1829 if np.any(self.are_highlighted.value[inds_highl]):
1830 self.are_highlighted.value[inds_highl] = False