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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structmember.h 66 #define T_BOOL 14
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 17 ts.T_BOOL = True
18 self.assertEqual(ts.T_BOOL, True)
19 ts.T_BOOL = False
20 self.assertEqual(ts.T_BOOL, False)
21 self.assertRaises(TypeError, setattr, ts, 'T_BOOL', 1)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h 66 #define T_BOOL 14
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 17 ts.T_BOOL = True
18 self.assertEqual(ts.T_BOOL, True)
19 ts.T_BOOL = False
20 self.assertEqual(ts.T_BOOL, False)
21 self.assertRaises(TypeError, setattr, ts, 'T_BOOL', 1)

Completed in 386 milliseconds