Home
last modified time | relevance | path

Searched refs:tzinfo_from_isoformat_results (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_datetimemodule.c1313 tzinfo_from_isoformat_results(int rv, int tzoffset, int tz_useconds) in tzinfo_from_isoformat_results() function
4603 PyObject *tzinfo = tzinfo_from_isoformat_results(rv, tzoffset, in time_fromisoformat()
5308 PyObject *tzinfo = tzinfo_from_isoformat_results(rv, tzoffset, tzusec); in datetime_fromisoformat()