Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob.bio.gmm
bob.bio.gmm
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bob.bio.gmmbob.bio.gmm
  • Issues
  • #16

Closed
Open
Opened Apr 10, 2017 by Alain KOMATY@akomaty
  • Report abuse
  • New issue
Report abuse New issue

Python diamond inheritance problem for IVectorSegment

In the IVectorSegment class, there is a diamond inheritance problem,

diamond_inheritance_problem

For now, the solution used to solve this issue is hard-coded. We have to solve this issue in a more elegant way. After a dicussion with @amohammadi, he pointed me to the method super in python. A good illustration of this method is in: http://stackoverflow.com/questions/222877/what-does-super-do-in-python

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
enhancement
Assign labels
  • View project labels
Reference: bob/bob.bio.gmm#16