eric6/DebugClients/Python/ModuleLoader.py

changeset 7887
c1588f5a83e9
parent 7646
39e3db2b4936
child 7894
4370a8b30648
equal deleted inserted replaced
7885:3e4605cc3541 7887:c1588f5a83e9
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 (

eric ide

mercurial