Searched refs:BytesSubclassBlocked (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ | ||
H A D | test_bytes.py | 1191 class BytesSubclassBlocked(bytes): class 1194 self.assertRaises(TypeError, bytes, BytesSubclassBlocked(b'ab')) |
Completed in 6 milliseconds