Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELMERIKH/PyinMemoryPE
/ add_newline
Method
add_newline
pythonmemorymodule/pefile.py:861–863 ·
view source on GitHub ↗
Adds a newline.
(self)
Source
from the content-addressed store, hash-verified
859
self.add_line(
"{0}{1}{0}\n"
.format(
"-"
* 10, txt))
860
861
def
add_newline(self):
862
""
"Adds a newline."
""
863
self.text.append(
"\n"
)
864
865
def
get_text(self):
866
""
"Get the text in its current state."
""
Callers
1
dump_info
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected