Example #1
0
 def utf8print(text):
     sys.stdout.write(_u8(text))
Example #2
0
def test__u8(input_string):
    assert isinstance(_u8(input_string), bytes)    
    
    
Example #3
0
def test__u8(input_string):
    assert isinstance(_u8(input_string), bytes)