Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
ec5b98d8
Commit
ec5b98d8
authored
4 years ago
by
David Hendriks
Browse files
Options
Downloads
Patches
Plain Diff
updated examples
parent
8fb69911
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/examples.py
+3
-3
3 additions, 3 deletions
examples/examples.py
with
3 additions
and
3 deletions
examples/examples.py
+
3
−
3
View file @
ec5b98d8
...
...
@@ -4,7 +4,7 @@ import sys
from
binarycpython
import
_binary_c_bindings
from
binarycpython.utils.functions
import
parse_output
from
binarycpython.utils.functions
import
example_
parse_output
from
binarycpython.utils.custom_logging_functions
import
(
autogen_C_logging_code
,
binary_c_log_code
,
...
...
@@ -74,8 +74,8 @@ def run_example_binary_with_run_system():
# print(output)
# Catch results that start with a given header. (Mind that binary_c has to be configured to print them if your not using a custom logging function)
result_example_header_1
=
parse_output
(
output
,
selected_header
=
"
example_header_1
"
)
result_example_header_2
=
parse_output
(
output
,
selected_header
=
"
example_header_2
"
)
result_example_header_1
=
example_
parse_output
(
output
,
selected_header
=
"
example_header_1
"
)
result_example_header_2
=
example_
parse_output
(
output
,
selected_header
=
"
example_header_2
"
)
# print(result_example_header_1)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment