Searched refs:mybytes (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_hmac.py | 406 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/ |
D | test_hmac.py | 620 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")
|
D | test_xmlrpc.py | 1451 mybytes, mydate = self.log 1454 self.assertIs(type(mybytes), bytes)
|