[lang-ref] ( type_bool ) ( python )

def test_type_bool():
    # bool
    assert type(True) is bool