<< pySet Python Interaction Mechanism in Scilab pyTrace >>

Python Interaction Mechanism in Scilab >> Python Interaction Mechanism in Scilab > pyShowPrivate

pyShowPrivate

Enable/disable the possibility to use "private" fields or methods.

Calling Sequence

[isShowPrivate = ] pyShowPrivate([mustShowPrivate])

Arguments

mustShowPrivate

A boolean.

isShowPrivate

A boolean.

Description

By convention, all the Python objets with a name starting (prefixed) with an underscore (_) are considered as private.

By using this function, one can bypass this convention.

See Also

History

VersionDescription
5.4.0 Python module.

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