Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dboolobject.c19 static PyObject *true_str = NULL; variable
27 s = true_str ? true_str : in bool_repr()
28 (true_str = PyString_InternFromString("True")); in bool_repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dboolobject.c19 static PyObject *true_str = NULL; variable
27 s = true_str ? true_str : in bool_repr()
28 (true_str = PyString_InternFromString("True")); in bool_repr()