is there any possible way to list all contents in a geodatabase using arcpy? I have a geodatabase with feature classes and tables and I want to list them all in one for loop. arcpy.ListFeatureCLasses()# only returns the feature classes
arcpy.ListTables() # only returns the tables
arcpy.ListFiles() # returns all files in the workspace, not the binded feature classes or tables.
Is there anything in the arcpy module that allows us to do this? I can't seem to find anythingThanks,Mike