Home | History | Annotate | Download | only in JetCreator

Lines Matching full:dll_path

131 def InitEASModule (dll_path=None):

141 if dll_path is None:
142 dll_path=EAS_DLL_PATH
146 eas_dll = cdll.LoadLibrary(dll_path)
551 def __init__ (self, handle=None, dll_path=None, log_file=None):
553 InitEASModule(dll_path)