Home
last modified time | relevance | path

Searched defs:aware (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Ddatetimemodule.c606 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc()
621 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc()
675 char aware = tzinfo != Py_None; in new_datetime_ex() local
703 char aware = tzinfo != Py_None; in new_time_ex() local
3160 char aware; in time_new() local
3690 char aware; in datetime_new() local
/external/python/cpython3/Modules/
D_datetimemodule.c622 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc()
637 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc()
695 char aware = tzinfo != Py_None; in new_datetime_ex2() local
742 char aware = tzinfo != Py_None; in new_time_ex2() local
3573 char aware; in time_new() local
4159 char aware; in datetime_new() local