Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
94
def
latin(s):
95
return
s.encode(
'latin'
)
96
97
98
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