Searched defs:CDLL (Results 1 – 7 of 7) sorted by relevance
321 class CDLL(object): class
322 class CDLL(object): class
3949 def register_function(lib: CDLL, item: LibFunc, ignore_errors: bool) -> None:3973 def register_functions(lib: CDLL, ignore_errors: bool) -> None: