Home
last modified time | relevance | path

Searched refs:mybytes (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_hmac.py406 class mybytes(bytes): class
410 a, b = mybytes(b"foobar"), mybytes(b"foobar")
412 a, b = mybytes(b"foobar"), b"foobar"
414 a, b = mybytes(b"foobar"), mybytes(b"foobaz")
/external/python/cpython3/Lib/test/
Dtest_hmac.py620 class mybytes(bytes): class
624 a, b = mybytes(b"foobar"), mybytes(b"foobar")
626 a, b = mybytes(b"foobar"), b"foobar"
628 a, b = mybytes(b"foobar"), mybytes(b"foobaz")
Dtest_xmlrpc.py1451 mybytes, mydate = self.log
1454 self.assertIs(type(mybytes), bytes)