Yes that went away a version or two ago, my guess perhaps a technical debt maintenance bottleneck?
For documentation not to forget their is always the actual code -
For eg frappe.get_doc(‘Timesheet’, data.time_sheet) is implemented here
https://github.com/frappe/frappe/blob/develop/frappe/\_\_init\_\_.py#L707
The code for frappe.db.sql(“select * from tabUser”, as_dict=True) lives here I figure
And thanks joshiparthin that cheatsheet is new to me…