since gp is a part of geoprocessing.
import arcpy as ap
ap.geoprocessing.gp
Is there a symbol set for all the little icons in wing by chance? No symbol for arcpy.arcobjects.cls in wing
It seems like there are multiple ways to get at the tools, so, for those wanting a ux like the old gp, you can still get to CreateFile from arcpy.CreateFileGDB_management, conversely, you can use the dot notation through management to achieve the same results, such as arcpy.management.CreateFileGDB, was this done to help us old gp users, or just thought multiple ways were better