Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ __del__
Method
__del__
keepercommander/discovery_common/process.py:135–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
133
return
False
134
135
def
__del__(self):
136
self.close()
137
138
@staticmethod
139
def
get_key_field(record_type: str) -> str:
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected