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
Using _getOb is always less costly than getattr, as it reduces the need to look in acquisition.