Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.base
Commits
1bdb3803
Commit
1bdb3803
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[driver] Improve files() documentation
parent
4794cd3d
No related branches found
No related tags found
1 merge request
!10
Issue 11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/db/base/driver.py
+4
-3
4 additions, 3 deletions
bob/db/base/driver.py
with
4 additions
and
3 deletions
bob/db/base/driver.py
+
4
−
3
View file @
1bdb3803
...
@@ -226,10 +226,11 @@ class Interface(object):
...
@@ -226,10 +226,11 @@ class Interface(object):
def
files
(
self
):
def
files
(
self
):
'''
Returns a python iterable with all auxiliary files needed.
'''
Returns a python iterable with all auxiliary files needed.
The values should be take w.r.t. where the python file that declares the
The paths listed by this method should correspond to full paths (not
database is sitting at.
relative ones) w.r.t. the database package implementing it. This is
normally achieved by using ``pkg_resources.resource_filename()``.
'''
'''
return
return
[]
@abc.abstractmethod
@abc.abstractmethod
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment