``` Python from symengine import pi print(pi.is_number) ``` `is_number` returns `None` for `pi`, though it should be `True`.