MCPcopy 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_basicFunction · 0.80
expect_contentMethod · 0.80
maybe_rewrite_setupFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_basicFunction · 0.64