<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PYT: Do tool descriptions, toolbox alias actually do anything? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/pyt-do-tool-descriptions-toolbox-alias-actually-do/m-p/1535514#M72789</link>
    <description>&lt;P&gt;The purpose of the alias is described here&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/adding-and-removing-toolboxes.htm" target="_blank"&gt;Add toolboxes in Python—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As for the description, I find it useful whenyou want to find out more about a tool.&amp;nbsp; right-click on the tool and select properties.&amp;nbsp; Tool info is fully at hand.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2024 15:08:32 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-09-05T15:08:32Z</dc:date>
    <item>
      <title>PYT: Do tool descriptions, toolbox alias actually do anything?</title>
      <link>https://community.esri.com/t5/python-questions/pyt-do-tool-descriptions-toolbox-alias-actually-do/m-p/1535478#M72787</link>
      <description>&lt;P&gt;I've been writing PYTs for a few years now and I have yet to figure out what either of these properties (toolbox.alias and tool.description) actually do.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;class Toolbox
    def __init__(self):
        """Define the toolbox (the name of the toolbox is the name of the
        .pyt file)."""
        self.label = "Toolbox"
        self.alias = "toolbox" # ????????

        # List of tool classes associated with this toolbox
        self.tools = [tool1]
class tool1:
    def __init__(self):
        """Define the tool (tool name is the name of the class)."""
        self.label = "Tool1 Name"
        self.description = "Does this do anything?" #???????
        self.category = "Cat1"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tool.description is mentioned here&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/defining-a-tool-in-a-python-toolbox.htm" target="_blank" rel="noopener"&gt;Tool definitions in a Python toolbox—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;but like. is it exposed to the user at all? I thought it might be in the little Question Mark button, but that's empty and I expect only gets filled by the Metadata XML. Why should I use this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1725545374517.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114351i7D0D49390503FC3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1725545374517.png" alt="AlfredBaldenweck_1-1725545374517.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Same thing for toolbox.alias-- What is it used for?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 14:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyt-do-tool-descriptions-toolbox-alias-actually-do/m-p/1535478#M72787</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2024-09-05T14:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: PYT: Do tool descriptions, toolbox alias actually do anything?</title>
      <link>https://community.esri.com/t5/python-questions/pyt-do-tool-descriptions-toolbox-alias-actually-do/m-p/1535514#M72789</link>
      <description>&lt;P&gt;The purpose of the alias is described here&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/geoprocessing_and_python/adding-and-removing-toolboxes.htm" target="_blank"&gt;Add toolboxes in Python—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As for the description, I find it useful whenyou want to find out more about a tool.&amp;nbsp; right-click on the tool and select properties.&amp;nbsp; Tool info is fully at hand.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 15:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/pyt-do-tool-descriptions-toolbox-alias-actually-do/m-p/1535514#M72789</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-09-05T15:08:32Z</dc:date>
    </item>
  </channel>
</rss>

