コード例 #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