Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ splitlines
Method
splitlines
test/BoostBuild.py:975–976 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
973
# trailing newline to indicate that there should be an extra empty line
974
# at the end.
975
def
splitlines(x):
976
return
(x +
"\n"
).splitlines()
977
978
if
data is None:
979
data = []
Callers
3
test_basic
Function · 0.80
expect_content
Method · 0.80
maybe_rewrite_setup
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_basic
Function · 0.64