Home
last modified time | relevance | path

Searched refs:pydll (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/msi/
Dmsi.py966 pydll = "python%s%s.dll" % (major, minor)
967 pydllsrc = os.path.join(srcdir, PCBUILD, pydll)
968 dlldir.start_component("DLLDIR", flags = 8, keyfile = pydll, uuid = pythondll_uuid)
/external/python/cpython2/Lib/ctypes/
D__init__.py443 pydll = LibraryLoader(PyDLL) variable
/external/python/cpython2/Doc/library/
Dctypes.rst1513 .. data:: pydll