Skip to content
Snippets Groups Projects
Commit 8063a1df authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

Fix documentation of annotations method

parent 6c879a85
No related branches found
No related tags found
1 merge request!66Fix documentation of annotations method
Pipeline #
......@@ -331,7 +331,8 @@ class BioDatabase(six.with_metaclass(abc.ABCMeta, bob.db.base.Database)):
def annotations(self, file):
"""
Returns the annotations for the given File object, if available.
It uses `bob.db.base.read_annotation_file` to load the annotations.
You need to override this method in your high-level implementation.
If your database does not have annotations, it should return ``None``.
**Parameters:**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment