コード例 #1
0
ファイル: test_wrappers.py プロジェクト: marcosschroh/faust
 def wset(self, *, wtable, event):
     return WindowSet('k', wtable.table, wtable, event)
コード例 #2
0
 def wset(self, *, iwtable, event):
     return WindowSet("k", iwtable.table, iwtable, event)