Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Ddatetime.rst56 Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype of
57 :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This function always
63 Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not be
/third_party/python/Modules/
D_datetimemodule.c28 #define PyTime_Check(op) PyObject_TypeCheck(op, &PyDateTime_TimeType)
29 #define PyTime_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_TimeType)
133 static PyTypeObject PyDateTime_TimeType; variable
1010 new_time_ex2(hh, mm, ss, us, tzinfo, fold, &PyDateTime_TimeType)
4602 if ( (PyTypeObject *)cls == &PyDateTime_TimeType ) { in time_fromisoformat()
4708 static PyTypeObject PyDateTime_TimeType = { variable
5180 &PyDateTime_TimeType, &time, &tzinfo)) { in datetime_combine()
6489 capi->TimeType = &PyDateTime_TimeType; in get_datetime_capi()
6528 &PyDateTime_TimeType, in _datetime_exec()
6571 d = PyDateTime_TimeType.tp_dict; in _datetime_exec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2276 Modules/_datetimemodule.c - PyDateTime_TimeType -