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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)

Completed in 218 milliseconds