<< pyRemove Python Interaction Mechanism in Scilab pySet >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pyRepr

pyRepr

Get the repr of a Python object.

Calling Sequence

r = pyRepr(obj)

Arguments

obj

A Python object

r

A string

Description

Scilab equivalent of repr command. The returned string is also used to print the object.

Examples

a=pyWrap(%pi+%i*%e)
s=pyRepr(a)

pyRemove a

History

VersionDescription
5.4.0 Python module.

Report an issue
<< pyRemove Python Interaction Mechanism in Scilab pySet >>