Lines Matching full:b_check
70 b_check = re.compile(br"^[a-z0-9_-]{8}$")108 check = self.str_check if isinstance(nbase, str) else self.b_check