Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ __init__
Method
__init__
keepercommander/subfolder.py:314–316 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
312
313
class
RootFolderNode(BaseFolderNode):
314
def
__init__(self):
315
BaseFolderNode.__init__(self, BaseFolderNode.RootFolderType)
316
self.name =
'My Vault'
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected