Searched defs:bytestring (Results 1 – 4 of 4) sorted by relevance
24 pub const bytestring: &[u8; 4usize] = b"Foo\0"; constant
20 const char* bytestring = "Foo"; variable
51 def _bytes_msg(self, bytestring, message=None, policy=None): argument