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

Method __init__

keepercommander/subfolder.py:239–245  ·  view source on GitHub ↗
(self, type)

Source from the content-addressed store, hash-verified

237
238 """ Folder Common Fields"""
239 def __init__(self, type):
240 self.type = type
241 self.uid = None
242 self.parent_uid = None
243 self.name = None # type: Optional[str]
244 self.color = None # type: Optional[str]
245 self.subfolders = []
246
247 def get_folder_type(self):
248 if self.type == BaseFolderNode.RootFolderType:

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected