Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ __str__
Method
__str__
pythonmemorymodule/pefile.py:1047–1048 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1045
return
struct.pack(self.__format__, *new_values)
1046
1047
def
__str__(self):
1048
return
"\n"
.join(self.dump())
1049
1050
def
__repr__(self):
1051
return
"<Structure: %s>"
% (
Callers
nothing calls this directly
Calls
1
dump
Method · 0.95
Tested by
no test coverage detected