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

Method __repr__

pythonmemorymodule/pefile.py:1050–1053  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1048 return "\n".join(self.dump())
1049
1050 def __repr__(self):
1051 return "<Structure: %s>" % (
1052 " ".join([" ".join(s.split()) for s in self.dump()])
1053 )
1054
1055 def dump(self, indentation=0):
1056 """Returns a string representation of the structure."""

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.95

Tested by

no test coverage detected