Get the available methods of Python object
fields = pyGetFields()
A column of strings.
Get the fields of a Python object. Since fields beginning with an underscore are considered like private, they are not shown and cannot be used, but in using the function pyShowPrivate with a boolean argument, this behaviour can changed.
Version | Description |
5.4.0 | Python module. |