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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 131 class WinFunctionType(_CFuncPtr):
135 _win_functype_cache[(restype, argtypes, flags)] = WinFunctionType
136 return WinFunctionType
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 131 class WinFunctionType(_CFuncPtr):
135 _win_functype_cache[(restype, argtypes, flags)] = WinFunctionType
136 return WinFunctionType

Completed in 524 milliseconds