in atr/db/__init__.py [0:0]
def release(
self,
name: Opt[str] = NOT_SET,
stage: Opt[models.ReleaseStage] = NOT_SET,
phase: Opt[models.ReleasePhase] = NOT_SET,
created: Opt[datetime.datetime] = NOT_SET,
project_name: Opt[str] = NOT_SET,
package_managers: Opt[list[str]] = NOT_SET,
version: Opt[str] = NOT_SET,
revision: Opt[str] = NOT_SET,
sboms: Opt[list[str]] = NOT_SET,
release_policy_id: Opt[int] = NOT_SET,
votes: Opt[list[models.VoteEntry]] = NOT_SET,
_project: bool = False,
_release_policy: bool = False,
_committee: bool = False,
_tasks: bool = False,