Пример #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())
Пример #4
0
 def copyToClipboard(self):
     utils.copyToClipboard(clans_fmts.getClanFullName(self.__clanName, self.__clanAbbrev))