MCPcopy 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

excludeMethod · 0.80
build.pyFile · 0.80
unsubscribeMethod · 0.80
unsubscribeMethod · 0.80
unsubscribeMethod · 0.80
unsubscribeMethod · 0.80
_reload_parametersMethod · 0.80
on_rm_errorFunction · 0.80

Calls 1

on_removeMethod · 0.45