예제 #1
0
 def __init__(self, acc, out):
     self.outcome = out
     self.account = acc
     if acc:
         self.amount = AccountBalance.get(acc, out).amount
예제 #2
0
파일: forms.py 프로젝트: debunge/ml-market
 def __init__(self, acc, out):
     self.outcome = out
     self.account = acc
     if acc:
         self.amount = AccountBalance.get(acc, out).amount