예제 #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)