Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.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
Package registry
Model registry
Operate
Environments
Terraform modules
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.bio.base
Merge requests
!54
Add the filelist interface
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add the filelist interface
ffilelist
into
master
Overview
16
Commits
4
Pipelines
4
Changes
3
2 unresolved threads
Hide all comments
Merged
Amir MOHAMMADI
requested to merge
ffilelist
into
master
8 years ago
Overview
16
Commits
4
Pipelines
4
Changes
3
2 unresolved threads
Hide all comments
Expand
Fixes
#52 (closed)
0
0
Merge request reports
Viewing commit
e8849568
Prev
Next
Show latest version
3 files
+
26
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
e8849568
Add another method for the filelistbiodatabase class
· e8849568
Amir Mohammadi
authored
8 years ago
bob/bio/base/database/filelist/__init__.py
+
4
−
1
Options
from
.models
import
ListReader
,
Client
from
.models
import
ListReader
,
Client
,
FileListFile
from
.query
import
FileListBioDatabase
from
.driver
import
Interface
# gets sphinx autodoc done right - don't remove it
@@ -21,6 +22,8 @@ def __appropriate__(*args):
__appropriate__
(
ListReader
,
Client
,
FileListFile
,
FileListBioDatabase
,
Interface
,
)
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'
_
'
)]
Loading