Std PythonHelp/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 10: Line 10:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Std PythonHelp
|Name=Std PythonHelp
|Name/ru=Std PythonHelp
|Name/ru=Std PythonHelp
|MenuLocation={{StdMenu|[[Std Help Menu/ru|Help]]}} → Automatic Python modules documentation
|MenuLocation=Help → Automatic python modules documentation
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std_OnlineHelp/ru|Online help]], [[Std_FreeCADPowerUserHub/ru|Power user hub]], [[Std_Help_Menu/ru|Help menu]]
|SeeAlso=[[Std_FreeCADPowerUserHub/ru|Std FreeCADPowerUserHub]]
}}
}}
</div>


==Описание==
==Описание==

Revision as of 09:38, 18 October 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.