コード例 #1
0
ファイル: control.py プロジェクト: xuechaos/ggrc-core
 def last_verified_by(cls):
     """Relationship to user referenced by last_verified_by_id."""
     return utils.person_relationship(cls.__name__, "last_verified_by_id")
コード例 #2
0
ファイル: control.py プロジェクト: google/ggrc-core
 def last_verified_by(cls):
   """Relationship to user referenced by last_verified_by_id."""
   return utils.person_relationship(cls.__name__, "last_verified_by_id")
コード例 #3
0
ファイル: control.py プロジェクト: xuechaos/ggrc-core
 def created_by(cls):
     """Relationship to user referenced by created_by_id."""
     return utils.person_relationship(cls.__name__, "created_by_id")
コード例 #4
0
ファイル: control.py プロジェクト: google/ggrc-core
 def created_by(cls):
   """Relationship to user referenced by created_by_id."""
   return utils.person_relationship(cls.__name__, "created_by_id")