The interactive Python window does not display usage and tool-specific help in the Help window for all classes and functions.
Zuletzt veröffentlicht: August 19, 2020ArcGIS for Desktop
Bug-ID-Nummer
BUG-000088086
Eingereicht
June 3, 2015
Zuletzt geändert
June 5, 2024
Gilt für
ArcGIS for Desktop
Gefunden in Version
10.3
Status
Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
Zusätzliche Informationen
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
Workaround
Use Python's built-in help function and pass in the tool name that needs to be searched. The help is displayed in the main Python section.
Use Python's built-in function attribute __doc__ following the tool to show the documentation string. The help is displayed in the main Python section.
>>> arcpy.Buffer_analysis(
>>> help(arcpy.Buffer_analysis)
>>> print arcpy.Buffer_analysis.__doc__
Schritte zur Reproduzierung
Bug-ID: BUG-000088086
Software:
ArcGIS for Desktop
Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert