Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ type2test
Method
type2test
Lib/test/test_binascii.py:1355–1356 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
1353
1354
class
ArrayBinASCIITest(BinASCIITest):
1355
def
type2test(self, s):
1356
return
array.array(
'B'
, list(s))
1357
1358
1359
class
BytearrayBinASCIITest(BinASCIITest):
Callers
15
test_queue_task_done
Method · 0.80
test_queue_join
Method · 0.80
test_basic
Method · 0.80
test_negative_timeout_raises_exception
Method · 0.80
test_nowait
Method · 0.80
test_shrinking_queue
Method · 0.80
test_shutdown_empty
Method · 0.80
test_shutdown_nonempty
Method · 0.80
test_shutdown_immediate
Method · 0.80
test_shutdown_allowed_transitions
Method · 0.80
_shutdown_all_methods_in_one_thread
Method · 0.80
_shutdown_all_methods_in_many_threads
Method · 0.80
Calls
1
list
Class · 0.85
Tested by
no test coverage detected