Home
last modified time | relevance | path

Searched refs:LibraryLoader (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py439 class LibraryLoader(object): class
458 cdll = LibraryLoader(CDLL)
459 pydll = LibraryLoader(PyDLL)
470 windll = LibraryLoader(WinDLL)
471 oledll = LibraryLoader(OleDLL)
/third_party/python/Lib/test/
Dtest_genericalias.py127 generic_types.extend((ctypes.Array, ctypes.LibraryLoader))
/third_party/python/Doc/library/
Dctypes.rst1485 which are instances of the :class:`LibraryLoader` class, either by calling the
1490 .. class:: LibraryLoader(dlltype)
1542 .. audit-event:: ctypes.dlopen name ctypes.LibraryLoader
1548 .. audit-event:: ctypes.dlsym library,name ctypes.LibraryLoader
1554 .. audit-event:: ctypes.dlsym/handle handle,name ctypes.LibraryLoader
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch750 cdll = LibraryLoader(CDLL)
751 pydll = LibraryLoader(PyDLL)