We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc28da6 commit e64dff0Copy full SHA for e64dff0
solid/solidpython.py
@@ -611,9 +611,6 @@ def sp_code_in_scad_comment(calling_file: PathStr) -> str:
611
# ===========
612
# = Parsing =
613
614
-def extract_callable_signatures(scad_file_path: PathStr) -> List[dict]:
615
- scad_code_str = Path(scad_file_path).read_text()
616
- return parse_scad_callables(scad_code_str)
617
618
def parse_scad_callables(scad_code_str: str) -> List[dict]:
619
callables = []
0 commit comments