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