Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c737 parse_isoformat_date(const char *dtstr, const size_t len, int *year, int *month, int *day) in parse_isoformat_date() function
3079 rv = parse_isoformat_date(dt_ptr, len, &year, &month, &day); in date_fromisoformat()
5473 int rv = parse_isoformat_date(p, separator_location, &year, &month, &day); in datetime_fromisoformat()

Completed in 9 milliseconds