From a00e666d308854290f0ba4f2b10ae10f743a2c91 Mon Sep 17 00:00:00 2001 From: Soroush Bateni Date: Mon, 13 Jun 2022 14:39:34 -0500 Subject: [PATCH 1/7] Implemented methods for the Python target --- .idea/codeStyles/Project.xml | 8 +-- .../org/lflang/generator/c/CGenerator.java | 21 +++++--- .../generator/python/PythonGenerator.java | 19 ++++--- .../python/PythonMethodGenerator.java | 53 +++++++++++++++++++ .../python/PythonParameterGenerator.java | 3 ++ .../python/PythonReactionGenerator.java | 1 - .../python/PythonReactorGenerator.java | 4 ++ 7 files changed, 92 insertions(+), 17 deletions(-) create mode 100644 org.lflang/src/org/lflang/generator/python/PythonMethodGenerator.java diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 5a907b1337..f5dfa2a006 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,5 +1,6 @@ + -