Home
last modified time | relevance | path

Searched refs:c_bool (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/ctypes/test/
Dtest_parameters.py206 c_bool,
226 self.assertRegex(repr(c_bool.from_param(True)), r"^<cparam '\?' at 0x[A-Fa-f0-9]+>$")
249 c_bool,
269 self.assertRegex(repr(c_bool.from_param(True)), r"^<cparam '\?' at 0x[A-Fa-f0-9]+>$")
292 c_bool,
312 self.assertRegex(repr(c_bool.from_param(True)), r"^<cparam '\?' at 0x[A-Fa-f0-9]+>$")
Dtest_numbers.py41 c_bool
45 bool_types.append(c_bool)
211 from ctypes import c_bool
213 a = array(c_bool._type_, [True])
Dtest_pep3118.py117 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)]
168 (c_bool, "<" + s_bool, (), c_bool),
Dtest_repr.py7 c_float, c_double, c_longdouble, c_bool]:
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
Druntests.py168 done = multiprocessing.Value(ctypes.c_bool)
/third_party/python/Lib/ctypes/
D__init__.py249 class c_bool(_SimpleCData): class
/third_party/python/Doc/library/
Dctypes.rst218 | :class:`c_bool` | :c:type:`_Bool` | bool (1) |
2360 .. class:: c_bool
/third_party/python/Doc/whatsnew/
D2.6.rst2847 :mod:`ctypes` now supports a :class:`c_bool` datatype