MCPcopy Create free account
hub / github.com/diffgram/diffgram / get_assignees

Method get_assignees

shared/database/task/job/job.py:332–336  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

330 return users
331
332 def get_assignees(self, session):
333
334 rels = User_To_Job.list(session = session, job = self, relation = 'annotator')
335 users = [rel.user for rel in rels]
336 return users
337
338 def check_existing_user_relationship(
339 self,

Callers

nothing calls this directly

Calls 1

listMethod · 0.45

Tested by

no test coverage detected