MCPcopy 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
1354class ArrayBinASCIITest(BinASCIITest):
1355 def type2test(self, s):
1356 return array.array('B', list(s))
1357
1358
1359class BytearrayBinASCIITest(BinASCIITest):

Calls 1

listClass · 0.85

Tested by

no test coverage detected