121 @type str |
121 @type str |
122 @param target module object to use for a more educated guess |
122 @param target module object to use for a more educated guess |
123 about what spec to return |
123 about what spec to return |
124 @type module |
124 @type module |
125 @return module spec object pointing to the module loader |
125 @return module spec object pointing to the module loader |
126 @type ModuleSpec |
126 @rtype ModuleSpec |
127 """ |
127 """ |
128 if fullname in sys.modules or not self.__dbgClient.debugging: |
128 if fullname in sys.modules or not self.__dbgClient.debugging: |
129 return None |
129 return None |
130 |
130 |
131 if ( |
131 if ( |