Searched refs:T_BOOL (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_structmembers.py | 19 ts.T_BOOL = True 20 self.assertEqual(ts.T_BOOL, True) 21 ts.T_BOOL = False 22 self.assertEqual(ts.T_BOOL, False)
|
/external/python/cpython2/Include/ |
D | structmember.h | 66 #define T_BOOL 14 macro
|
/external/python/cpython2/Python/ |
D | structmember.c | 64 case T_BOOL: in PyMember_GetOne() 199 case T_BOOL:{ in PyMember_SetOne()
|
/external/python/cpython2/Doc/c-api/ |
D | structures.rst | 304 T_BOOL char
|
/external/python/cpython2/Modules/_io/ |
D | textio.c | 2618 {"line_buffering", T_BOOL, offsetof(textio, line_buffering), READONLY},
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 2626 {"T_BOOL", T_BOOL, offsetof(test_structmembers, structmembers.bool_member), 0, NULL},
|
/external/python/cpython2/Misc/ |
D | NEWS | 12136 - Patch #1720595: add T_BOOL to the range of structmember types.
|