Searched defs:pythonapi (Results 1 – 2 of 2) sorted by relevance
440 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable442 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable444 pythonapi = PyDLL(None) variable
450 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable452 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable454 pythonapi = PyDLL(None) variable