Searched refs:PyDLL (Results 1 – 2 of 2) sorted by relevance
385 class PyDLL(CDLL): class443 pydll = LibraryLoader(PyDLL)446 pythonapi = PyDLL("python dll", None, _sys.dllhandle)448 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2])450 pythonapi = PyDLL(None)
1386 .. class:: PyDLL(name, mode=DEFAULT_MODE, handle=None)1462 .. attribute:: PyDLL._handle1467 .. attribute:: PyDLL._name1480 :class:`CDLL`, :class:`PyDLL`, :class:`WinDLL`, or :class:`OleDLL` types.1516 Creates :class:`PyDLL` instances.1525 An instance of :class:`PyDLL` that exposes Python C API functions as