mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05:00
synclink integration (#1258)
synclink integration + fixes for `py-repl` related tests and `display` tests
This commit is contained in:
@@ -16,7 +16,7 @@ class MyPlugin(Plugin):
|
||||
console.log(f"configuration received: {config}")
|
||||
|
||||
def afterStartup(self, interpreter):
|
||||
console.log(f"interpreter received: {interpreter}")
|
||||
console.log("interpreter received:", interpreter)
|
||||
|
||||
|
||||
plugin = MyPlugin("py-markdown")
|
||||
|
||||
Reference in New Issue
Block a user