PYME.misc.mock_ctypes module
Code to spoof ctypes when generating documentation so that dlls do not need to
be present
Created on Wed May 25 17:29:08 2016
@author: david
-
class PYME.misc.mock_ctypes.CDLL(*args, **kwargs)
Bases: object
-
PYME.misc.mock_ctypes.WinDLL
alias of CDLL
-
PYME.misc.mock_ctypes.doNothing(*args, **kwargs)