Std PythonHelp/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/ru |Std FreeCADPowerUserHub |Std FreeCADForum |Std Help Menu |IconL=Std_FreeCADPowerUserHu...")
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_FreeCADPowerUserHub/ru|Std FreeCADPowerUserHub]]
|[[Std_FreeCADPowerUserHub/ru|Std FreeCADPowerUserHub]]
Line 9: Line 10:
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{GuiCommand/ru
{{GuiCommand/ru
Line 29: Line 31:
# Click on any of the links to go to the documentation of a specific class or function.
# Click on any of the links to go to the documentation of a specific class or function.


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_FreeCADPowerUserHub/ru|Std FreeCADPowerUserHub]]
|[[Std_FreeCADPowerUserHub/ru|Std FreeCADPowerUserHub]]
Line 37: Line 40:
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}

Revision as of 18:32, 30 December 2020

Std PythonHelp

Системное название
Std PythonHelp
Расположение в меню
Help → Automatic python modules documentation
Верстаки
All
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Std FreeCADPowerUserHub

Описание

The Std PythonHelp command starts a web server that communicates with the system's default Internet browser over a local socket. The web server displays information about the available Python modules, classes and functions of FreeCAD. The required pages are generated automatically.

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

Использование

  1. Select the Help → Automatic python modules documentation option from the menu.
  2. Click on any of the links to go to the documentation of a specific class or function.