MCPcopy Create free account
hub / github.com/dot-agent/nextpy / remove

Method remove

integration/utils.py:121–127  ·  view source on GitHub ↗

Remove a key from local storage. Args: key: The key to remove.

(self, key)

Source from the content-addressed store, hash-verified

119 return key in self
120
121 def remove(self, key) -> None:
122 """Remove a key from local storage.
123
124 Args:
125 key: The key to remove.
126 """
127 self.driver.execute_script("window.localStorage.removeItem(arguments[0]);", key)
128
129 def clear(self) -> None:
130 """Clear all local storage."""

Callers 15

_should_compileMethod · 0.80
rmFunction · 0.80
applyEventFunction · 0.80
get_metadata_strMethod · 0.80
runMethod · 0.80
remove_memoryMethod · 0.80
remove_memoryMethod · 0.80
remove_memoryMethod · 0.80
loadMethod · 0.80
load_dataMethod · 0.80
_parse_supported_fileMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_mutable_listFunction · 0.64
test_mutable_setFunction · 0.64