[lang-ref]
( type )
>
( type_is_x )
> ( is_float ) ( python )
[lang-ref] ( is_float ) ( python )
def test_is_float(): assert type(5.0) is float