>>> type([1, 2, 3])
JsException(PythonError: Traceback (most recent call last): File "", line 156, in write File "", line 116, in write File "", line 79, in format_mime File "", line 54, in eval_formatter TypeError: descriptor '__repr__' of 'list' object needs an argument )
<py-script>
type('A')`
</py-script>
eg:
This appears to occur both when trying running
type()from the repl and when used inside a<py-script>tag