[lang-ref]
( type )
>
( type_info )
> ( type_object ) ( python )
[lang-ref] ( type_object ) ( python )
def test_type_object(): x = 'a' type(x) is str