MCPcopy Create free account
hub / github.com/Image-Py/imagepy / remove

Method remove

imagepy/core/manager/taskmanager.py:9–10  ·  view source on GitHub ↗
(cls, key)

Source from the content-addressed store, hash-verified

7
8 @classmethod
9 def remove(cls, key):
10 cls.tasks.pop(key)
11
12 @classmethod
13 def get(cls, key=None):

Callers 15

scanFunction · 0.45
runasynMethod · 0.45
runasynMethod · 0.45
runasynMethod · 0.45
process_oneFunction · 0.45
process_stackFunction · 0.45
runasynMethod · 0.45
sort_pluginsFunction · 0.45
sort_toolsFunction · 0.45
sort_widgetsFunction · 0.45
build_toolsFunction · 0.45
on_closingMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected