Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
scan
Function · 0.45
runasyn
Method · 0.45
runasyn
Method · 0.45
runasyn
Method · 0.45
process_one
Function · 0.45
process_stack
Function · 0.45
runasyn
Method · 0.45
sort_plugins
Function · 0.45
sort_tools
Function · 0.45
sort_widgets
Function · 0.45
build_tools
Function · 0.45
on_closing
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected