コード例 #1
0
 def isValidAccountType(self, itemsCache=None):
     attrs = itemsCache.items.stats.attributes if itemsCache is not None else 0
     return not (isOutOfWallet(attrs) and not isClanEnabled(attrs))
コード例 #2
0
ファイル: clansrestrictions.py プロジェクト: Difrex/wotsdk
 def isValidAccountType(self):
     attrs = g_itemsCache.items.stats.attributes
     return not (isOutOfWallet(attrs) and not isClanEnabled(attrs))
コード例 #3
0
 def isValidAccountType(self):
     attrs = g_itemsCache.items.stats.attributes
     return not (isOutOfWallet(attrs) and not isClanEnabled(attrs))