Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Kernel
Commits
85ff3106
Commit
85ff3106
authored
Nov 21, 2022
by
Romain Casati
Browse files
Typo.
parent
cc31dc54
Pipeline
#550577
passed with stages
in 13 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/kernel-python3/src/basthon/_console.py
View file @
85ff3106
...
...
@@ -87,7 +87,8 @@ _WriteStream.encoding = "utf8"
class
InteractiveConsole
(
_pyodide_console
.
PyodideConsole
):
""" This is the Python's part of Basthon kernel """
"""This is the Python's part of Basthon kernel"""
def
__init__
(
self
,
*
args
,
**
kwargs
):
self
.
execution_count
=
None
kwargs
[
'globals'
]
=
kwargs
.
get
(
'globals'
,
sys
.
modules
[
'__main__'
].
__dict__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment