Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/ctypes/
D__init__.py440 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable
442 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable
444 pythonapi = PyDLL(None) variable
/external/python/cpython2/Lib/ctypes/
D__init__.py450 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable
452 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable
454 pythonapi = PyDLL(None) variable