Ejemplo n.º 1
0
def test_is_ascii():
    assert seven.is_ascii('Hello!')
    assert not seven.is_ascii('您好!')
Ejemplo n.º 2
0
def test_is_ascii():
    assert seven.is_ascii("Hello!")
    assert not seven.is_ascii("您好!")