Searched refs:np_str_obj_array_pattern (Results 1 – 1 of 1) sorted by relevance
20 np_str_obj_array_pattern = re.compile(r"[SaUO]") variable67 and np_str_obj_array_pattern.search(data.dtype.str) is not None282 if np_str_obj_array_pattern.search(elem.dtype.str) is not None: