MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / pop_field_value

Function pop_field_value

examples/thycotic_import.py:261–264  ·  view source on GitHub ↗
(items, item_name)

Source from the content-addressed store, hash-verified

259
260
261def pop_field_value(items, item_name): # type: (Dict[str, str], str) -> str
262 item = pop_field(items, item_name)
263 if item:
264 return item.get('value')
265
266
267shared_folders = [] # type: List[SharedFolder]

Callers 1

thycotic_import.pyFile · 0.85

Calls 2

pop_fieldFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected