Loading binarycpython/utils/functions.py +4 −2 Original line number Diff line number Diff line Loading @@ -460,8 +460,10 @@ def output_lines(output: str) -> list: Iterator over the lines of the binary_c output """ if output: return output.splitlines() else: return [] def example_parse_output(output: str, selected_header: str) -> dict: """ Loading Loading
binarycpython/utils/functions.py +4 −2 Original line number Diff line number Diff line Loading @@ -460,8 +460,10 @@ def output_lines(output: str) -> list: Iterator over the lines of the binary_c output """ if output: return output.splitlines() else: return [] def example_parse_output(output: str, selected_header: str) -> dict: """ Loading