Enable/disable the possibility to use "private" fields or methods.
[isShowPrivate = ] pyShowPrivate([mustShowPrivate])
A boolean.
A boolean.
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.
Version | Description |
5.4.0 | Python module. |