I have a file gdb containing feature classes and address locators. I am listing and storing the names of the datasets using
arcpy.env.workspace = "C:\input.gdb"(root, fds, ftrs) = arcpy.da.Walk().next()The feature class names appear in ftrs as expected, but the locators do not. By filtering on...