Searched refs:OCT_DIGITS (Results 1 – 2 of 2) sorted by relevance
108 OCT_DIGITS = frozenset(string.octdigits) variable1157 return all(ch in OCT_DIGITS for ch in string)1247 if is_octal(digits) and ch in OCT_DIGITS:1269 while len(digits) < 3 and ch in OCT_DIGITS:1279 if digits[0] in OCT_DIGITS:1715 if ch not in OCT_DIGITS:
107 OCT_DIGITS = frozenset(string.octdigits) variable1167 return all(ch in OCT_DIGITS for ch in string)1257 if is_octal(digits) and ch in OCT_DIGITS:1279 while len(digits) < 3 and ch in OCT_DIGITS:1289 if digits[0] in OCT_DIGITS:1733 if ch not in OCT_DIGITS: