Lines Matching refs:string
28 import string
43 # test unicode string and carriage return
800 When an argument is given as a string, will use the value of that
1525 # host can be a domain name, a string representation of an
1532 # port can be a string service name such as "http", a numeric
1823 # Make sure that the AF_* and SOCK_* constants have enum-like string
2532 # Testing sendall() with a 2048 byte string over TCP
5497 # Check that an abstract name can be passed as a string.
5512 # Check that binding to an empty string binds to an available address
5562 # Test binding to and retrieving a normal string pathname.
6068 chunk = b"".join([random.choice(string.ascii_letters).encode()