Searched defs:pythonapi (Results 1 – 1 of 1) sorted by relevance
460 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable462 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable464 pythonapi = PyDLL(None) variable