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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 88 wfc = ctypes._win_functype_cache.copy()
95 ctypes._win_functype_cache = wfc.copy()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 88 wfc = ctypes._win_functype_cache.copy()
95 ctypes._win_functype_cache = wfc.copy()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 118 _win_functype_cache = {}
129 return _win_functype_cache[(restype, argtypes, flags)]
135 _win_functype_cache[(restype, argtypes, flags)] = WinFunctionType
269 _win_functype_cache.clear()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 118 _win_functype_cache = {}
129 return _win_functype_cache[(restype, argtypes, flags)]
135 _win_functype_cache[(restype, argtypes, flags)] = WinFunctionType
269 _win_functype_cache.clear()

Completed in 1095 milliseconds