pylint icon indicating copy to clipboard operation
pylint copied to clipboard

[pyreverse] Fix duplicate arrows when class attribute is assigned more than once

Open pranav-data opened this issue 7 months ago • 9 comments

Type of Changes

Type
:bug: Bug fix
:sparkles: New feature
:hammer: Refactoring
:scroll: Docs

Description

Postprocessing relationships and classes to find replication across relationship types / attributes.

Output for example:

classDiagram
  class A {
    var : int
  }
  class B {
    a_obj
    func()
  }
  A --* B : a_obj

Closes #9267 Closes: #8046 Fixes closed issue: #8189

pranav-data avatar Apr 09 '25 20:04 pranav-data