| 1 | # In Python, you can't code "if x=foo():" -- assignment is a statement, thus |
| 2 | # you can't fit it into an expression, as needed for conditions of if and |
| 3 | # while statements, &c. No problem, if you just structure your code around |
| 4 | # this. But sometimes you're transliterating C, or Perl, or ..., and you'd |
nothing calls this directly
no test coverage detected