Home
last modified time | relevance | path

Searched defs:pythonapi (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/ctypes/
D__init__.py460 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable
462 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable
464 pythonapi = PyDLL(None) variable