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 |