Home
last modified time | relevance | path

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

/third_party/python/Lib/ctypes/test/
Dtest_cfuncs.py203 def stdcall_dll(*_): pass function
205 class stdcall_dll(WinDLL): class