Get the repr of a Python object.
r = pyRepr(obj)
A Python object
A string
Scilab equivalent of repr command. The returned string is also used to print the object.
a=pyWrap(%pi+%i*%e) s=pyRepr(a) pyRemove a