MCPcopy
hub / github.com/getredash/redash / find

Method find

redash/models/users.py:343–344  ·  view source on GitHub ↗
(cls, obj, access_type=None, grantee=None, grantor=None)

Source from the content-addressed store, hash-verified

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):

Callers 15

filters_spec.jsFile · 0.80
expectDirtyStateChangeFunction · 0.80
parameter_spec.jsFile · 0.80
selectCalendarDateFunction · 0.80
selectCalendarDateRangeFunction · 0.80
expectAppliedChangesFunction · 0.80
counter_spec.jsFile · 0.80
createPivotThroughUIFunction · 0.80

Calls 1

_queryMethod · 0.80

Tested by 15

findByTestIDFunction · 0.64
expectErrorMessageToBeFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64
findByTestIDFunction · 0.64