ParaView/PythonRecipes/GettingHelp

From KitwarePublic
Jump to navigationJump to search

Any time you have an object, you can use help(object)

e.g. dp = GetDisplayProperties(FindSource("Sphere1")) help(dp)