Searched refs:test_byte (Results 1 – 4 of 4) sorted by relevance
93 fn test_byte(s: &str, value: u8) { in bytes() function104 test_byte("b'a'", b'a'); in bytes()105 test_byte("b'\\n'", b'\n'); in bytes()106 test_byte("b'\\r'", b'\r'); in bytes()107 test_byte("b'\\t'", b'\t'); in bytes()108 test_byte("b'\\''", b'\''); in bytes()109 test_byte("b'\"'", b'"'); in bytes()110 test_byte("b'a'q", b'a'); in bytes()
39 def test_byte(self): member in ReadWriteTests
39 def test_byte(self): member in Callbacks
18 def test_byte(self): member in CFunctions