Home
last modified time | relevance | path

Searched defs:int_types (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/third_party/markupsafe/
D_compat.py19 int_types = (int,) variable
24 int_types = (int, long) variable
/external/python/cpython2/Lib/ctypes/test/
Dtest_bitfields.py52 int_types = unsigned_int_types + signed_int_types variable