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

Function latin

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

Source from the content-addressed store, hash-verified

94
95
96def latin(s):
97 return s.encode('latin')
98
99
100def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…