示例#1
0
 def getClanFullName(self):
     return clans_fmts.getClanFullName(self.getClanName(), self.getClanAbbrev())
示例#2
0
 def copyToClipboard(self):
     utils.copyToClipboard(clans_fmts.getClanFullName(self.__clanName, self.__clanAbbrev))
示例#3
0
 def getClanFullName(self):
     return clans_fmts.getClanFullName(self.getClanName(),
                                       self.getClanAbbrev())
 def copyToClipboard(self):
     utils.copyToClipboard(clans_fmts.getClanFullName(self.__clanName, self.__clanAbbrev))