src/eric7/DebugClients/Python/ModuleLoader.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10064:8c3207703dac 10065:de4ae767b0e3
98 self.__dbgClient.patchQThread(module) 98 self.__dbgClient.patchQThread(module)
99 patchQProcess(module, self.__dbgClient) 99 patchQProcess(module, self.__dbgClient)
100 100
101 return module 101 return module
102 102
103 def find_spec(self, fullname, path, target=None): 103 def find_spec(self, fullname, path, target=None): # noqa: U100
104 """ 104 """
105 Public method returning the module spec. 105 Public method returning the module spec.
106 106
107 @param fullname name of the module to be loaded 107 @param fullname name of the module to be loaded
108 @type str 108 @type str

eric ide

mercurial