Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ remove
Method
remove
src/react/properties.py:90–94 ·
view source on GitHub ↗
(self, item: _T)
Source
from the content-addressed store, hash-verified
88
return
item
89
90
def
remove(self, item: _T) -> None:
91
super().remove(item)
92
93
for
observer in self._observers:
94
observer.on_remove(item)
95
96
def
clear(self) -> None:
97
copy = list(self.data)
Callers
15
exclude
Method · 0.80
build.py
File · 0.80
unsubscribe
Method · 0.80
unsubscribe
Method · 0.80
unsubscribe
Method · 0.80
unsubscribe
Method · 0.80
_reload_parameters
Method · 0.80
test_get_history_entries_after_delete
Method · 0.80
test_find_history_entry_after_delete
Method · 0.80
on_rm_error
Function · 0.80
test_notification_on_parameter_remove
Method · 0.80
test_late_remove_single_parameter
Method · 0.80
Calls
1
on_remove
Method · 0.45
Tested by
9
test_get_history_entries_after_delete
Method · 0.64
test_find_history_entry_after_delete
Method · 0.64
on_rm_error
Function · 0.64
test_notification_on_parameter_remove
Method · 0.64
test_late_remove_single_parameter
Method · 0.64
test_execute_when_deleted
Method · 0.64
activate_user
Method · 0.64
build_expected_body
Method · 0.64
_build_expected_path_names
Method · 0.64