laptop and a wrench

Bug

The interactive Python window does not display usage and tool-specific help in the Help window for all classes and functions.

Last Published: August 19, 2020 ArcGIS for Desktop
Bug ID Number BUG-000088086
SubmittedJune 3, 2015
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.3
StatusWill Not Be Addressed

Additional Information

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__

Steps to Reproduce

Bug ID: BUG-000088086

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options