コード例 #1
0
ファイル: sections.py プロジェクト: z80020100/ariblib
 def __init__(self, packet, pos=0, parent=None):
     Syntax.__init__(self, packet, pos, parent)
     self.callbacks = dict()
コード例 #2
0
ファイル: sections.py プロジェクト: sretent/ariblib
 def __init__(self, packet, pos=0, parent=None):
     Syntax.__init__(self, packet, pos, parent)
     self.callbacks = dict()