(cls, obj, access_type=None, grantee=None, grantor=None)
| 341 | |
| 342 | @classmethod |
| 343 | def find(cls, obj, access_type=None, grantee=None, grantor=None): |
| 344 | return cls._query(obj, access_type, grantee, grantor) |
| 345 | |
| 346 | @classmethod |
| 347 | def exists(cls, obj, access_type, grantee): |