All Questions

Tagged with
1 question with no upvoted or accepted answers
Filter by
Sorted by
Tagged with
0
votes
0answers
113 views

Check some value between each function call

Can you recommend a nice way of checking a particular value between calls to a set of functions? E.g. something like this in Python (might not be terribly 'Pythonic'): self.error_code = 0 # this ...