Home
last modified time | relevance | path

Searched refs:_is_ascii_digit (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddatetime.py265 def _is_ascii_digit(c): function
285 if len_dtstr > 10 and _is_ascii_digit(dtstr[10]):
308 if not _is_ascii_digit(dtstr[idx]):
407 and not all(map(_is_ascii_digit, tstr[(pos+to_parse):]))):
2634 _is_ascii_digit)

Completed in 4 milliseconds