[lang-ref] ( literal_true ) ( python )

def test_literal_true():
    # True
    v = True
    assert v is True