Home | History | Annotate | Download | only in python

Lines Matching refs:hexdigits

261         return str[0] in string.hexdigits and str[1] in string.hexdigits;
347 if self.str and len(self.str) >= 2 and self.str[0] in string.hexdigits and self.str[1] in string.hexdigits:
404 while n < str_len and self.str[n] in string.hexdigits:
411 if self.str[i] not in string.hexdigits: