hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Fix Python Code Generation -- void #107

Closed hasii2011 closed 4 years ago

hasii2011 commented 4 years ago

Java code generation sets methods to 'void' When we see a 'void' return in Python code generation fix code to generate nothing

Also, fix '\n' and use PyutType for return type rather than just the value