Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Keeper-Security/Commander
/ to_lowerstring
Method
to_lowerstring
keepercommander/team.py:45–48 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
43
return
target
44
45
def
to_lowerstring(self):
46
keywords = [self.team_uid, self.name]
47
keywords = [x.lower()
for
x in keywords]
48
return
'\n'
.join(keywords)
49
Callers
3
search_records
Function · 0.45
search_shared_folders
Function · 0.45
search_teams
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected