Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ deleteOldPlugins
Method
deleteOldPlugins
module/ConfigParser.py:357–361 ·
view source on GitHub ↗
remove old plugins from config
(self)
Source
from the content-addressed store, hash-verified
355
356
357
def
deleteOldPlugins(self):
358
""
" remove old plugins from config "
""
359
for
name in IGNORE:
360
if
name in self.plugin:
361
del self.plugin[name]
362
363
364
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected