Searched defs:pythonapi (Results 1 – 2 of 2) sorted by relevance
446 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable448 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable450 pythonapi = PyDLL(None) variable
432 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable434 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable436 pythonapi = PyDLL(None) variable