Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Adham Hashibon
force-bdss
Merge requests
!168
Moved description to the level of BaseFactory
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Moved description to the level of BaseFactory
add-description-to-factories
into
master
Overview
1
Commits
3
Pipelines
0
Changes
1
Merged
Adham Hashibon
requested to merge
add-description-to-factories
into
master
6 years ago
Overview
1
Commits
3
Pipelines
0
Changes
1
Expand
Created by: stefanoborini
Moves the description to BaseFactory, so that all factories can have one.
0
0
Merge request reports
Viewing commit
9ac66789
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9ac66789
Flake
· 9ac66789
Stefano Borini
authored
6 years ago
force_bdss/mco/parameters/base_mco_parameter_factory.py
+
1
−
1
Options
from
traits.api
import
Type
,
Instance
,
provides
,
Unicode
from
traits.api
import
Type
,
Instance
,
provides
from
force_bdss.core.base_factory
import
BaseFactory
from
force_bdss.ids
import
mco_parameter_id
Loading