(n)
| 217 | |
| 218 | # promise returning a JS Promise<Function> that calls a Python function inside |
| 219 | def fn0(n): |
| 220 | return n + 100 |
| 221 | |
| 222 | def fn1(): |
| 223 | return pm.eval("async x=>x")(fn0) |
nothing calls this directly
no outgoing calls
no test coverage detected