Get the available methods of Python object
methods = pyGetMethods()
A column of strings.
Get the methods of a Python object. Since methods 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. |