コード例 #1
0
def test_frombytes():
    a = Vector2d.frombytes(SAMPLE_BYTES)

    assert a == Vector2d(3, 4)