[lang-ref] ( init_empty_dict ) ( python )

def test_init_empty_dict():
    d = {}
    assert type(d) is dict