Let's assume I have a geodatabase "database.gdb", and inside this database there is a feature class called "feature".
How can I load this feature in memory using arcpy? I have searched into the arcpy docs and couldn't find anything useful.
I tried to use Copy_management and CreateFeatureclass_management but its look like these methods expects files instead of variables.