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