예제 #1
0
 def unboxer(mi):
     d = dictobject._from_meminfo(mi, dcttype)
     return list(d.items())
예제 #2
0
 def unboxer(mi):
     d = dictobject._from_meminfo(mi, dcttype)
     return list(d.items())