A module with convenience functions for writing Python code that interacts with OMERO.
GNU General Public License v2.0
39
stars
13
forks
source link
adds `get_comment_annotation_ids`, `get_comment_annotation`, `post_comment_annotation` #79
Closed
erickmartins closed 1 year ago
Description
Three functions that replicate functionality that already exists for
MapAnnotation
s, but forCommentAnnotation
s.Checklist
Tests, flake8, mypy type hint checks passing.
For reviewers
__init__.py
.