Searched refs:PyDLL (Results 1 – 2 of 2) sorted by relevance
397 class PyDLL(CDLL): class457 pydll = LibraryLoader(PyDLL)460 pythonapi = PyDLL("python dll", None, _sys.dllhandle)462 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2])464 pythonapi = PyDLL(None)
1372 .. class:: PyDLL(name, mode=DEFAULT_MODE, handle=None)1458 .. attribute:: PyDLL._handle1463 .. attribute:: PyDLL._name1476 :class:`CDLL`, :class:`PyDLL`, :class:`WinDLL`, or :class:`OleDLL` types.1511 Creates :class:`PyDLL` instances.1520 An instance of :class:`PyDLL` that exposes Python C API functions as