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

Function pop_field

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

Source from the content-addressed store, hash-verified

255
256
257def pop_field(items, item_name): # type: (Dict[str, str], str) -> Optional[Dict[str, str]]
258 return items.pop(item_name, None)
259
260
261def pop_field_value(items, item_name): # type: (Dict[str, str], str) -> str

Callers 2

pop_field_valueFunction · 0.85
thycotic_import.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected