Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Open-Wine-Components/umu-launcher
/ pop
Method
pop
umu/vdf/vdict.py:151–155 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
149
return
self.__getitem__(key)
150
151
def
pop(self, key):
152
key = self._normalize_key(key)
153
value = self.__getitem__(key)
154
self.__delitem__(key)
155
return
value
156
157
def
popitem(self):
158
if
not self.__omap:
Callers
10
popitem
Method · 0.95
parse_args
Function · 0.80
tearDown
Method · 0.80
get_pstree_from_pid
Function · 0.80
tearDown
Method · 0.80
test_game_drive_libpath_empty
Method · 0.80
test_game_drive_libpath
Method · 0.80
test_game_drive_empty
Method · 0.80
parse
Function · 0.80
binary_load
Function · 0.80
Calls
3
_normalize_key
Method · 0.95
__getitem__
Method · 0.95
__delitem__
Method · 0.95
Tested by
5
tearDown
Method · 0.64
tearDown
Method · 0.64
test_game_drive_libpath_empty
Method · 0.64
test_game_drive_libpath
Method · 0.64
test_game_drive_empty
Method · 0.64