コード例 #1
0
ファイル: recipe.py プロジェクト: virtuald/pydsltool
 def __init__(self):
     self.instructions = dsltool.list_of(Instructions)
コード例 #2
0
 def __init__(self):
     self.instructions = dsltool.list_of(Instructions)
コード例 #3
0
ファイル: test_helpers.py プロジェクト: virtuald/pydsltool
 def __init__(self):
     self.child_dsl = dsltool.list_of(ChildDsl)
コード例 #4
0
ファイル: test_helpers.py プロジェクト: xgid/pydsltool
 def __init__(self):
     self.child_dsl = dsltool.list_of(ChildDsl)