Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
96
def
latin(s):
97
return
s.encode(
'latin'
)
98
99
100
def
close_queue(queue):
Callers
7
_TestValue
Class · 0.85
_test_multiprocessing.py
File · 0.85
test_connection
Method · 0.85
test_spawn_close
Method · 0.85
test_sendbytes
Method · 0.85
test_pickling
Method · 0.85
test_sharedctypes
Method · 0.85
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…