I'd like to have multiple levels of toolsets within a Python Toolbox. Is this possible? If so, how?
Thanks for the help!
Philip
Hi Philip,
In the tool's __init__, assign the name you want to self.category. If you want to include extra toolset levels just add a slash between the toolset names.
for example:
self.category = r'one\two'
-Dave
Hi Dave,
I knew self.category required a string, but didn't think to include a backslash to separate the characters. This was just what I needed. Thanks!
-Philip
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.