示例#1
0
文件: key.py 项目: raddessi/alerta
 def type(self) -> str:
     return key_helper.scopes_to_type(self.scopes)
示例#2
0
文件: key.py 项目: 3IWOH/alerta
 def type(self):
     return key_helper.scopes_to_type(self.scopes)