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