Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dboolobject.c12 bool_repr(PyObject *self) in bool_repr() function
144 bool_repr, /* tp_repr */
150 bool_repr, /* tp_str */
/external/python/cpython2/Objects/
Dboolobject.c22 bool_repr(PyBoolObject *self) in bool_repr() function
160 (reprfunc)bool_repr, /* tp_repr */
166 (reprfunc)bool_repr, /* tp_str */