コード例 #1
0
ファイル: libxl.py プロジェクト: mengwanguc/xen
 def __init__(self, info, read):
     VerifyBase.__init__(self, info, read)
コード例 #2
0
ファイル: libxc.py プロジェクト: 0xheart0/xen
    def __init__(self, info, read):
        VerifyBase.__init__(self, info, read)

        self.squashed_pagedata_records = 0
コード例 #3
0
ファイル: libxc.py プロジェクト: mengwanguc/xen
    def __init__(self, info, read):
        VerifyBase.__init__(self, info, read)

        self.squashed_pagedata_records = 0
コード例 #4
0
ファイル: libxl.py プロジェクト: 0xheart0/xen
 def __init__(self, info, read):
     VerifyBase.__init__(self, info, read)