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