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