コード例 #1
0
ファイル: allocation_tests.py プロジェクト: SpivEgin/devenv
 def setUp(self):
     self.allocations = Allocations()
コード例 #2
0
ファイル: views.py プロジェクト: SpivEgin/devenv
 def get_account_allocations(self):
     return self.checkout_session._get('accounts', 'allocations',
                                       Allocations())