Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/
H A D__init__.py462 pythonapi = PyDLL("python dll", None, _sys.dllhandle) variable
464 pythonapi = PyDLL("libpython%d.%d.dll" % _sys.version_info[:2]) variable
466 pythonapi = PyDLL(None) variable
/third_party/python/Lib/test/
H A Dtest_bytes.py1061 from ctypes import pythonapi, py_object namespace

Completed in 4 milliseconds