()
| 164 | |
| 165 | |
| 166 | def test_toPrimitive_stdin(): |
| 167 | toPrimitive = pm.eval("(obj) => { return obj[Symbol.toPrimitive]; }")(sys.stdin) |
| 168 | assert repr(toPrimitive).__contains__("<pythonmonkey.JSFunctionProxy object at") |
| 169 | |
| 170 | |
| 171 | def test_constructor_stdin(): |
nothing calls this directly
no outgoing calls
no test coverage detected