Related: How to Determine if the item in geodatabase is a view or not?
Related Idea: Catalog: Add view icon
There is no way in arcpy to determine if an object is a view or a real table, or, for that matter, no easy way period to tell if an object is a view or not, even in Catalog.
Adding an isView() property would make things very easy; we would not have to resort to checking if the table is editable (error-prone) or using a naming convention ("recent_nests_VIEW") to verify our inventory of tables.
Please add some sort of property to Describe to let us do this.