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
!158
Introduces base class and interface for the factories
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Introduces base class and interface for the factories
49-base-class-for-factory
into
master
Overview
1
Commits
6
Pipelines
0
Changes
1
Merged
Adham Hashibon
requested to merge
49-base-class-for-factory
into
master
6 years ago
Overview
1
Commits
6
Pipelines
0
Changes
1
Expand
Created by: stefanoborini
Introduces a base class for the factories.
Fixes
#49 (closed)
0
0
Merge request reports
Viewing commit
2f4bbfd4
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2f4bbfd4
Flake
· 2f4bbfd4
Stefano Borini
authored
6 years ago
force_bdss/ui_hooks/base_ui_hooks_factory.py
+
0
−
1
Options
import
logging
from
traits.api
import
provides
,
Type
from
envisage.plugin
import
Plugin
from
force_bdss.core.base_factory
import
BaseFactory
from
force_bdss.ui_hooks.base_ui_hooks_manager
import
BaseUIHooksManager
Loading