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

Function conv

Lib/test/test_calendar.py:1063–1064  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

1061
1062
1063def conv(s):
1064 return s.replace('\n', os.linesep).encode()
1065
1066class CommandLineTestCase(unittest.TestCase):
1067 def setUp(self):

Callers 15

_getMethod · 0.85
_splitdictFunction · 0.85
test_output_yearMethod · 0.85
test_output_monthMethod · 0.85
test_option_linesMethod · 0.85
test_option_monthsMethod · 0.85
test_option_typeMethod · 0.85
test_unused_paramMethod · 0.85
test_listMethod · 0.85
checkParamMethod · 0.85

Calls 2

encodeMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…