webknossos.administration.project
¶
Classes:
-
Project
–Data class containing information about a WEBKNOSSOS project
Project
¶
Data class containing information about a WEBKNOSSOS project
Methods:
-
get_by_id
–Returns the project specified by the passed id if your token authorizes you to see it.
-
get_by_name
–Returns the user specified by the passed name if your token authorizes you to see it.
-
get_owner
–Returns the user that is the owner of this task
-
get_tasks
–Returns the tasks of this project.
Attributes:
-
expected_time
(Optional[int]
) – -
name
(str
) – -
owner_id
(Optional[str]
) – -
paused
(bool
) – -
priority
(int
) – -
project_id
(str
) – -
team_id
(str
) – -
team_name
(str
) –
- Get Help
- Community Forums
- Email Support