MCPcopy Index your code
hub / github.com/RustPython/RustPython / latin

Function latin

Lib/test/_test_multiprocessing.py:94–95  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

92
93
94def latin(s):
95 return s.encode('latin')
96
97
98def close_queue(queue):

Callers 7

_TestValueClass · 0.85
test_connectionMethod · 0.85
test_spawn_closeMethod · 0.85
test_sendbytesMethod · 0.85
test_picklingMethod · 0.85
test_sharedctypesMethod · 0.85

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected