Searched refs:struct_frozen (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
H A Dtest_values.py53 class struct_frozen(Structure): class in function:PythonValuesTestCase.test_frozentable
57 FrozenTable = POINTER(struct_frozen)
60 # ft is a pointer to the struct_frozen entries:
76 del _pointer_type_cache[struct_frozen]
/external/python/cpython3/Lib/ctypes/test/
H A Dtest_values.py50 class struct_frozen(Structure): class in function:PythonValuesTestCase.test_frozentable
54 FrozenTable = POINTER(struct_frozen)
57 # ft is a pointer to the struct_frozen entries:
93 del _pointer_type_cache[struct_frozen]

Completed in 507 milliseconds