SQLCatalog: Use _getOb to get sub-objects instead of getattr
Using _getOb is always less costly than getattr, as it reduces the need to look in acquisition.
Showing
Please register or sign in to comment
lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours
Using _getOb is always less costly than getattr, as it reduces the need to look in acquisition.