コード例 #1
0
ファイル: ole2.py プロジェクト: eduardoburgoa/hachoir_parser
 def __init__(self, parent, name, description=None):
     UInt32.__init__(self, parent, name, description)
コード例 #2
0
ファイル: ole2.py プロジェクト: dalinhuang/gybprojects
 def __init__(self, parent, name, description=None):
     UInt32.__init__(self, parent, name, description)
コード例 #3
0
ファイル: xcf.py プロジェクト: hacker4help/The-Auto-Pentest
 def __init__(self, parent, name):
     UInt32.__init__(self, parent, name)
コード例 #4
0
ファイル: xcf.py プロジェクト: 1EDTHEMAN1/raspberry_pwn
 def __init__(self, parent, name):
     UInt32.__init__(self, parent, name)