MCPcopy Index your code
hub / github.com/RustPython/RustPython / type2test

Method type2test

Lib/test/test_binascii.py:501–502  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

499
500class ArrayBinASCIITest(BinASCIITest):
501 def type2test(self, s):
502 return array.array('B', list(s))
503
504
505class BytearrayBinASCIITest(BinASCIITest):

Calls 1

listClass · 0.85

Tested by

no test coverage detected