I run into the following issues while improving #1194.
Let none = pycall_sympy__ ('return None').
Then both none.' and none' give error: Python exception: AttributeError: 'NoneType' object has no attribute...
I think both none.' and none' should evaluate to none. WDYT?