- Aug 30, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Aug 29, 2022
-
-
Wuttke, Joachim authored
no longer needed after removal of prefix 'FormFactor' from class names
-
- May 16, 2022
-
-
Wuttke, Joachim authored
-
- May 15, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- May 14, 2022
-
-
Wuttke, Joachim authored
-
- May 12, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- May 11, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- May 06, 2022
-
-
Wuttke, Joachim authored
-
- Apr 05, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jan 16, 2022
-
-
Wuttke, Joachim authored
-
- Jan 10, 2022
-
-
Wuttke, Joachim authored
-
- Jan 09, 2022
-
-
Wuttke, Joachim authored
-
- Jan 07, 2022
-
-
Wuttke, Joachim authored
-
- Jan 06, 2022
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jan 04, 2022
-
-
Wuttke, Joachim authored
def user_edit_pair(fname_stem, th, tc): for i in range(10): ex = r'(\w+?)::\1(\([^\(\)]*?\)\s*?:\s*?)(I\w+)\(\s*?{"[^"]*?",\s*?("[^"]*?"),\s*?(({{.*?}}|{}))},\s*?(P|{})\)' m = re.search(ex, tc, flags=re.S) if m: cname = m.group(1) tooltip = m.group(4) arr = m.group(5) print(f"In source pair {fname_stem} amend class {cname}") tc = re.sub(ex, r'\1::\1\2\3(\7)', tc, count=1, flags=re.S) th = re.sub(r'(class ' + cname + r'.*?std::string className.*?"; }\n)', r'\1' +r' // const auto tooltip = ' + tooltip + r';\n' +r' std::vector<ParaMeta> parDefs() const final { return' +r' ' + arr + '; }\n', th, flags=re.S) th = re.sub(r'\(const NodeMeta& meta,\s+((const )?std::vector<double>&? PValues)\)', r'(\1)', th, flags=re.S) tc = re.sub(r'\(const NodeMeta& meta,\s+((const )?std::vector<double>&? PValues)\)', r'(\1)', tc, flags=re.S) tc = re.sub(r'\(meta, (PValues)\)', r'(\1)', tc) return th, tc et.ed_argfilepairs(user_edit_pair)
-
Wuttke, Joachim authored
-
- Dec 22, 2021
-
-
Wuttke, Joachim authored
-
- Dec 19, 2021
-
-
Wuttke, Joachim authored
-
- Dec 17, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Dec 16, 2021
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-