Skip to content

Commit 4ad2920

Browse files
committed
Remove the generation of the parameter "hack" for first release.
1 parent cb4e6bf commit 4ad2920

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

scripts/sofaStubgen.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -204,18 +204,6 @@ def __init__(self, {constructor_params_typehints}):
204204
205205
{class_typehints}
206206
207-
@dataclasses.dataclass
208-
class Parameters:
209-
\"\"\"Parameter for the construction of the {class_name} component\"\"\"
210-
211-
{params_typehints}
212-
213-
def to_dict(self):
214-
return dataclasses.asdict(self)
215-
216-
@staticmethod
217-
def new_parameters() -> Parameters:
218-
return {class_name}.Parameters()
219207
"""
220208

221209
def documentation_code(class_name):

0 commit comments

Comments
 (0)