Pyreverse Doesn't Draw Relationships/arrows/connections
Hey I kinda got Pyreverse to work, it's now showing my classes but it doesn't draw connections between the classes. In one class I got class webserver: print('stuff') getca
Solution 1:
New answer I've realized that the problem sat in front of the screen. I haven't used any objects of classes, only imports and static method calls with return values. This way, the image that I got (without attributes and function names etc) technically was the correct image. However, if you want to cheat your way into it to visualize some of your code, check the old answer
Old answer: I have no idea if that's the way it's supposed to work like but what worked is to put the classes in the same file, maybe it only searches on module-scope.
Post a Comment for "Pyreverse Doesn't Draw Relationships/arrows/connections"