Std PythonHelp: Difference between revisions

From FreeCAD Documentation
(The page that opens displays the available Python modules, classes and functions of FreeCAD; the different pages are generated in the background automatically.)
Line 6: Line 6:
|MenuLocation=[[Std Help Menu|Help]] → Automatic Python modules documentation
|MenuLocation=[[Std Help Menu|Help]] → Automatic Python modules documentation
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std_Help_Menu|Help menu]], [[Std WhatsThis|What's This?]], [[Std_FreeCADUserHub|Users documentation]]
|SeeAlso=[[Std_OnlineHelp|Online help]], [[Std_Help_Menu|Help menu]], [[Std_FreeCADPowerUserHub|Power user hub]]
}}
}}



Revision as of 00:12, 18 December 2019

Std PythonHelp

Menu location
Help → Automatic Python modules documentation
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Online help, Help menu, Power user hub

Description

Std PythonHelp starts a web server that communicates with your default browser over a local socket. The page that opens displays the available Python modules, classes and functions of FreeCAD; the different pages are generated in the background automatically.

This web server is based on Python's pydoc module, and thus it extracts the docstrings of Python files (.py), and textual documentation defined in the Python wrappers (.xml) which expose the underlying C++ code.

How to use

  1. Open the menu Help Automatic Python modules documentation
  2. Click on any of the links to go to the specific class or function documentation.