示例#1
0
 def reconstruct_memmap(x):
     cons, args = reduce_memmap(x)
     return cons(*args)
示例#2
0
 def reconstruct_memmap(x):
     cons, args = reduce_memmap(x)
     res = cons(*args)
     return res