MCPcopy Index your code
hub / github.com/python/cpython / _is_ascii_digit

Function _is_ascii_digit

Lib/_pydatetime.py:298–299  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

296
297# Helpers for parsing the result of isoformat()
298def _is_ascii_digit(c):
299 return c in "0123456789"
300
301def _find_isoformat_datetime_separator(dtstr):
302 # See the comment in _datetimemodule.c:_find_isoformat_datetime_separator

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…