(x)
| 176 | # For example, the ``neg`` function is modified like this: |
| 177 | |
| 178 | def neg2(x): |
| 179 | return f"-{x}" |
| 180 | |
| 181 | ###################################################################### |
| 182 | # The logging gives the following compile error with a rather clear reason. |
nothing calls this directly
no outgoing calls
no test coverage detected