🐛 Bug Using the instanceof operator on PyProxy's of Python Functions (or other Callables) returns False. To Reproduce All of the following result in false: const pyFunc_0 = pyodide.runPython(` lamb ...