Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ decrement
Method
decrement
tests/test_scheduler.py:79–81 ·
view source on GitHub ↗
(self, slot_key: str)
Source
from the content-addressed store, hash-verified
77
slot.active.append(1)
78
79
def
decrement(self, slot_key: str) -> None:
80
slot = self.slots[slot_key]
81
slot.active.pop()
82
83
def
close(self) -> None:
84
pass
Callers
1
_assert
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected