HomeSort by relevance Sort by last modified time
    Searched refs:bool_repr (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Objects/
boolobject.c 6 /* We define bool_repr to return "False" or "True" */
12 bool_repr(PyObject *self) function
143 bool_repr, /* tp_repr */
149 bool_repr, /* tp_str */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
boolobject.c 16 /* We define bool_repr to return "False" or "True" */
22 bool_repr(PyBoolObject *self) function
160 (reprfunc)bool_repr, /* tp_repr */
166 (reprfunc)bool_repr, /* tp_str */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
boolobject.c 16 /* We define bool_repr to return "False" or "True" */
22 bool_repr(PyBoolObject *self) function
160 (reprfunc)bool_repr, /* tp_repr */
166 (reprfunc)bool_repr, /* tp_str */
  /external/python/cpython2/Objects/
boolobject.c 16 /* We define bool_repr to return "False" or "True" */
22 bool_repr(PyBoolObject *self) function
160 (reprfunc)bool_repr, /* tp_repr */
166 (reprfunc)bool_repr, /* tp_str */

Completed in 657 milliseconds