MCPcopy
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

popitemMethod · 0.95
parse_argsFunction · 0.80
tearDownMethod · 0.80
get_pstree_from_pidFunction · 0.80
tearDownMethod · 0.80
test_game_drive_emptyMethod · 0.80
parseFunction · 0.80
binary_loadFunction · 0.80

Calls 3

_normalize_keyMethod · 0.95
__getitem__Method · 0.95
__delitem__Method · 0.95

Tested by 5

tearDownMethod · 0.64
tearDownMethod · 0.64
test_game_drive_emptyMethod · 0.64