pageframe.py | 16 def __init__(self, pfn, size, pagecount, start_truncated, end_truncated): 19 self._pagecount = pagecount 44 pagecount = None 47 pagecount = struct.unpack( 58 return PageFrame(pfn, size, pagecount, start_truncated, end_truncated) 72 def pagecount(self): member in class:PageFrame
|