Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.bio.gmm bob.bio.gmm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.bio.gmmbob.bio.gmm
  • Issues
  • #16
Closed
Open
Issue created Apr 10, 2017 by Alain KOMATY@akomatyMaintainer

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

Edited Feb 18, 2022 by Tiago de Freitas Pereira
Assignee
Assign to
Time tracking