All Questions
Tagged with python coding-style
1
question with no upvoted or accepted answers
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 ...