Searched refs:_c_functype_cache (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/ctypes/
H A D__init__.py74 _c_functype_cache = {} variable
99 return _c_functype_cache[(restype, argtypes, flags)]
105 _c_functype_cache[(restype, argtypes, flags)] = CFunctionType
264 _c_functype_cache.clear()
/external/python/cpython3/Lib/ctypes/
H A D__init__.py72 _c_functype_cache = {} variable
97 return _c_functype_cache[(restype, argtypes, flags)]
103 _c_functype_cache[(restype, argtypes, flags)] = CFunctionType
261 _c_functype_cache.clear()
/external/python/cpython2/Lib/ctypes/test/
H A D__init__.py95 cfc = ctypes._c_functype_cache.copy()
102 ctypes._c_functype_cache = cfc.copy()

Completed in 105 milliseconds