Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
087ab946
Commit
087ab946
authored
May 08, 2017
by
Olegs NIKISINS
Browse files
Slightly updated the doc of objects() function in BioDatabase class
parent
9dbcc4e2
Pipeline
#8919
passed with stages
in 18 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/database/database.py
View file @
087ab946
...
...
@@ -301,7 +301,8 @@ class BioDatabase(six.with_metaclass(abc.ABCMeta, bob.db.base.Database)):
@
abc
.
abstractmethod
def
objects
(
self
,
groups
=
None
,
protocol
=
None
,
purposes
=
None
,
model_ids
=
None
,
**
kwargs
):
"""This function returns lists of File objects, which fulfill the given restrictions.
"""This function returns a list of :py:class:`bob.bio.base.database.BioFile` objects or the list
of objects which inherit from this class. Returned files fulfill the given restrictions.
Keyword parameters:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment