Exemplo n.º 1
0
 def unboxer(mi):
     d = dictobject._from_meminfo(mi, dcttype)
     return list(d.items())
Exemplo n.º 2
0
 def convert(mi, typ):
     return dictobject._from_meminfo(mi, typ)