MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / dump

Method dump

pythonmemorymodule/pefile.py:1478–1485  ·  view source on GitHub ↗
(self, indentation=0)

Source from the content-addressed store, hash-verified

1476 return data
1477
1478 def dump(self, indentation=0):
1479 tk = self.__keys__
1480 self.__keys__ = self.__keys_ext__
1481 try:
1482 ret = super(StructureWithBitfields, self).dump(indentation)
1483 finally:
1484 self.__keys__ = tk
1485 return ret
1486
1487 def dump_dict(self):
1488 tk = self.__keys__

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected