MCPcopy Index your code
hub / github.com/python/cpython / convlinesep

Function convlinesep

Lib/test/test_xml_etree.py:150–151  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

148 return decorator
149
150def convlinesep(data):
151 return data.replace(b'\n', os.linesep.encode())
152
153
154class ModuleTest(unittest.TestCase):

Calls 2

replaceMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…